Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGCommon.h |
| Include | #include "PCGCommon.h" |
Syntax
enum EPCGChangeType
&123;
None = 0,
Cosmetic = 1 << 0,
Settings = 1 << 1,
Input = 1 << 2,
Edge = 1 << 3,
Node = 1 << 4,
Structural = 1 << 5,
&125;
Values
| Name | Description |
|---|---|
| None | |
| Cosmetic | |
| Settings | |
| Input | |
| Edge | |
| Node | |
| Structural |