Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Grid
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Grid/PCGGridDescriptor.h |
| Include | #include "Grid/PCGGridDescriptor.h" |
Syntax
USTRUCT ()
struct FPCGGridCellDescriptor
Remarks
Describes one entry in a Grid
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGGridDescriptor | Descriptor | ||
| FIntVector | GridCoords | The specific grid cell this actor lives in. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGGridCellDescriptor
(
const FPCGGridDescriptor& InDescriptor, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPCGGridCellDescriptor& InOther |