Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data
Inheritance Hierarchy
- FPCGWorldCommonQueryParams
- FPCGWorldRayHitQueryParams
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Data/PCGWorldData.h |
| Include | #include "Data/PCGWorldData.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FPCGWorldRayHitQueryParams : public FPCGWorldCommonQueryParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyMetadataFromLandscape | TODO: see in FCollisionQueryParams if there are some flags we want to expose examples: bReturnFaceIndex, bReturnPhysicalMaterial, some ignore patterns | |
| bool | bGetReferenceToPhysicalMaterial | ||
| bool | bOverrideDefaultParams | ||
| FVector | RayDirection | ||
| double | RayLength | ||
| FVector | RayOrigin |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |