Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data
Inheritance Hierarchy
- FPCGWorldCommonQueryParams
- FPCGWorldRayHitQueryParams
- FPCGWorldVolumetricQueryParams
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 FPCGWorldCommonQueryParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPCGWorldQueryFilterByTag | ActorTagFilter | ||
| FString | ActorTagsList | ||
| bool | bGetReferenceToActorHit | ||
| bool | bIgnoreLandscapeHits | ||
| bool | bIgnorePCGHits | If true, will ignore hits/overlaps on content created from PCG. | |
| bool | bIgnoreSelfHits | ||
| bool | bTraceComplex | Queries against complex collision if enabled, performance warning | |
| TEnumAsByte< ECollisionChannel > | CollisionChannel | ||
| TSet< FName > | ParsedActorTagsList | Not exposed, will be filled in when initializing this. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Sets up the data we need to efficiently perform the queries |