Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data
Inheritance Hierarchy
- FPCGWorldCommonQueryParams
- FPCGWorldRaycastQueryParams
- FPCGWorldRayHitQueryParams
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGWorldData.h |
| Include | #include "Data/PCGWorldData.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGWorldRayHitQueryParams : public FPCGWorldRaycastQueryParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOverrideDefaultParams | Set ray parameters including origin, direction and length explicitly rather than deriving these from the generating actor bounds. | |
| FVector | RayDirection | ||
| double | RayLength | ||
| FVector | RayOrigin |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
||
| void | PostSerialize
(
const FArchive& Ar |