 |
uint32: 1 |
bCanDisableTrace |
If set, editor will allow |
 |
uint32: 1 |
bCanProjectDown |
If set, editor show height up/down properties for projection |
 |
uint32: 1 |
bCanTraceOnGeometry |
If set, editor will allow picking geometry trace |
 |
uint32: 1 |
bCanTraceOnNavMesh |
If set, editor will allow picking navmesh trace |
 |
uint32: 1 |
bOnlyBlockingHits |
If set, trace will look only for blocking hits |
 |
uint32: 1 |
bTraceComplex |
If set, trace will run on complex collisions |
 |
float |
ExtentX |
Shape parameter for trace |
 |
float |
ExtentY |
Shape parameter for trace |
 |
float |
ExtentZ |
Shape parameter for trace |
 |
TSubclassOf< UNavigationQueryFilter > |
NavigationFilter |
Navigation filter for tracing |
 |
float |
PostProjectionVerticalOffset |
This value will be added to resulting location's Z axis. |
 |
float |
ProjectDown |
Search height: below point |
 |
float |
ProjectUp |
Search height: above point |
 |
TEnumAsByte< enum ECollisionChannel > |
SerializedChannel |
Geometry trace channel for serialization purposes |
 |
TEnumAsByte< enum ETraceTypeQuery > |
TraceChannel |
Geometry trace channel |
 |
TEnumAsByte< EEnvQueryTrace::Type > |
TraceMode |
Shape used for geometry tracing |
 |
FName |
TraceProfileName |
Geometry trace profile |
 |
TEnumAsByte< EEnvTraceShape::Type > |
TraceShape |
Shape used for geometry tracing |
 |
int32 |
VersionNum |
Version number for updates |