Navigation
API > API/Plugins > API/Plugins/PCG
If there are multiple collisions. Note: NoOp may have added cost, requiring the key matching to go through the entire set of candidates.
| Name | EPCGKeyCollisionResolution |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/DataOverride/PCGDataOverride.h |
| Include Path | #include "Graph/DataOverride/PCGDataOverride.h" |
Syntax
enum EPCGKeyCollisionResolution
{
NoOp,
TakeFirst,
Fail,
}
Values
| Name | Remarks |
|---|---|
| NoOp | |
| TakeFirst | |
| Fail |