#include <DeployableMarker.h>
◆ BeginPlay()
void ADeployableMarker::BeginPlay |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ GetDeployRadius()
FORCEINLINE float ADeployableMarker::GetDeployRadius |
( |
| ) |
const |
|
inline |
◆ GetGroundedTransform()
bool ADeployableMarker::GetGroundedTransform |
( |
FTransform & |
Transform, |
|
|
UWorld * |
World |
|
) |
| const |
|
protectedvirtual |
◆ GetMaxVerticalDelta()
FORCEINLINE float ADeployableMarker::GetMaxVerticalDelta |
( |
| ) |
const |
|
inline |
◆ IsNotGrounded()
FORCEINLINE bool ADeployableMarker::IsNotGrounded |
( |
| ) |
const |
|
inline |
◆ IsSkyObstructed()
FORCEINLINE bool ADeployableMarker::IsSkyObstructed |
( |
| ) |
const |
|
inline |
◆ IsTooHighSlope()
FORCEINLINE bool ADeployableMarker::IsTooHighSlope |
( |
| ) |
const |
|
inline |
◆ IsTooMuchZDifference()
FORCEINLINE bool ADeployableMarker::IsTooMuchZDifference |
( |
| ) |
const |
|
inline |
◆ IsValidPlacement() [1/2]
FORCEINLINE bool ADeployableMarker::IsValidPlacement |
( |
| ) |
const |
|
inline |
◆ IsValidPlacement() [2/2]
bool ADeployableMarker::IsValidPlacement |
( |
FTransform & |
Transform, |
|
|
UWorld * |
World |
|
) |
| const |
◆ OnMarkerFailed()
◆ OnMarkerSuccess()
void ADeployableMarker::OnMarkerSuccess |
( |
| ) |
|
◆ PerformCapsuleTest()
bool ADeployableMarker::PerformCapsuleTest |
( |
const FTransform & |
BaseTransform, |
|
|
UWorld * |
World |
|
) |
| const |
|
protectedvirtual |
◆ PerformTraceTest()
bool ADeployableMarker::PerformTraceTest |
( |
const FTransform & |
Transform, |
|
|
FTransform & |
CapsuleBaseTransform, |
|
|
UWorld * |
World |
|
) |
| const |
|
protectedvirtual |
◆ ShouldTestBeRun()
FORCEINLINE bool ADeployableMarker::ShouldTestBeRun |
( |
EPlacementTests |
DataType | ) |
const |
|
inline |
◆ TestPlacement()
uint8 ADeployableMarker::TestPlacement |
( |
FTransform & |
Transform, |
|
|
UWorld * |
World, |
|
|
bool |
bFullTest = true |
|
) |
| const |
◆ Tick()
void ADeployableMarker::Tick |
( |
float |
DeltaTime | ) |
|
|
overridevirtual |
◆ UpdatePlacementFlags()
void ADeployableMarker::UpdatePlacementFlags |
( |
bool |
bForceUpdate = false | ) |
|
|
protectedvirtual |
◆ bDebug
bool ADeployableMarker::bDebug = false |
|
protected |
◆ DeployRadius
float ADeployableMarker::DeployRadius = 80.f |
|
protected |
◆ MaxDeploySlope
float ADeployableMarker::MaxDeploySlope = 30.f |
|
protected |
◆ MaxDeployVerticalDelta
float ADeployableMarker::MaxDeployVerticalDelta = 30.f |
|
protected |
◆ PlacementFlags
uint8 ADeployableMarker::PlacementFlags = MAX_uint8 |
|
protected |
◆ PlacementTestsToRun
uint8 ADeployableMarker::PlacementTestsToRun |
|
protected |
◆ RadialTestPoints
int32 ADeployableMarker::RadialTestPoints = 8 |
|
protected |
The documentation for this class was generated from the following files: