Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGWorldActor.h |
| Include | #include "PCGWorldActor.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGPartitionActorRecord
Remarks
This record uniquely identifies a partition actor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FIntVector | GridCoords | The specific grid cell this actor lives in. | |
| FGuid | GridGuid | Unique ID for the grid this actor belongs to. | |
| uint32 | GridSize | The grid size this actor lives on. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPCGPartitionActorRecord& InOther |