Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | EPCGElementType |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditorCommon.h |
| Include Path | #include "PCGEditorCommon.h" |
Syntax
enum EPCGElementType
{
Native = 1 << 0,
Blueprint = 1 << 1,
Subgraph = 1 << 2,
Settings = 1 << 3,
Asset = 1 << 4,
Other = 1 << 5,
All = (1 << 6) - 1,
}
Values
| Name | Remarks |
|---|---|
| Native | |
| Blueprint | |
| Subgraph | |
| Settings | |
| Asset | |
| Other | |
| All |