Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGComponentDirtyFlag |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path | #include "PCGComponent.h" |
Syntax
enum EPCGComponentDirtyFlag
{
None = 0,
Actor = 1 << 0,
Landscape = 1 << 1,
Input = 1 << 2,
Data = 1 << 3,
All = Actor | Landscape | Input | Data,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Actor | |
| Landscape | |
| Input | |
| Data | |
| All |