Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGWorldVolumetricQueryParams |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGWorldData.h |
| Include Path | #include "Data/PCGWorldData.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGWorldVolumetricQueryParams : public FPCGWorldCommonQueryParams
Inheritance Hierarchy
- FPCGWorldCommonQueryParams → FPCGWorldVolumetricQueryParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSearchForOverlap | bool | Controls whether we are trying to find an overlap with physical objects (true) or to find empty spaces that do not contain anything (false) | Data/PCGWorldData.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize() |
Data/PCGWorldData.h | ||
void PostSerialize
(
const FArchive& Ar |
Data/PCGWorldData.h |