Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGChangeType |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path |
#include "PCGCommon.h" |
Syntax
enum EPCGChangeType
{
None = 0,
Cosmetic = 1 << 0,
Settings = 1 << 1,
Input = 1 << 2,
Edge = 1 << 3,
Node = 1 << 4,
Structural = 1 << 5,
GenerationGrid = 1 << 6,
ShaderSource = 1 << 7,
GraphCustomization = 1 << 8,
}
Values
| Name |
Remarks |
| None |
|
| Cosmetic |
|
| Settings |
|
| Input |
|
| Edge |
|
| Node |
|
| Structural |
|
| GenerationGrid |
Anything related to generation grids - changing grid size or adding/removing grid size nodes. |
| ShaderSource |
Change to any shader source code. |
| GraphCustomization |
Changes in the graph customization that will impact the editor. |