Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGIgnoreChangeOriginReason |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path |
#include "PCGComponent.h" |
Syntax
enum EPCGIgnoreChangeOriginReason
{
None = 0,
ComponentDisabledLandscapeTracking,
GraphDisabledLandscapeTracking,
GenerationIgnoredObject,
GraphIgnoredClass,
}
Values
| Name |
Remarks |
| None |
|
| ComponentDisabledLandscapeTracking |
|
| GraphDisabledLandscapeTracking |
|
| GenerationIgnoredObject |
|
| GraphIgnoredClass |
|