Navigation
API > API/Plugins > API/Plugins/PCG
In the event of a collision, this is how the user will be notified.
| Name | EPCGKeyCollisionResponse |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/DataOverride/PCGDataOverride.h |
| Include Path | #include "Graph/DataOverride/PCGDataOverride.h" |
Syntax
enum EPCGKeyCollisionResponse
{
DoNothing = 0,
Log,
Warning,
Error,
}
Values
| Name | Remarks |
|---|---|
| DoNothing | |
| Log | |
| Warning | |
| Error |