Navigation
API > API/Plugins > API/Plugins/PCG
How the overridden data is tied to its storage. Used for mapping.
| Name | EPCGDataOverrideKeyPolicy |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/DataOverride/PCGDataOverride.h |
| Include Path | #include "Graph/DataOverride/PCGDataOverride.h" |
Syntax
enum EPCGDataOverrideKeyPolicy
{
None = 0,
Spatial,
ByIndex,
ByAttribute,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Spatial | |
| ByIndex | |
| ByAttribute |