Navigation
API > API/Plugins > API/Plugins/PCG
References
| |
|
| Module |
PCG |
| Header |
/Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include |
#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,
}
Values
| Name |
Description |
| 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. |