Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGContainerType |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
Syntax
enum EPCGContainerType
{
Element = 0,
None = Element,
Array,
Map,
Set,
}
Values
| Name | Remarks |
|---|---|
| Element | |
| None | |
| Array | |
| Map | |
| Set |