Navigation
API > API/Runtime > API/Runtime/Engine
Enum used to define what container type a pin represents.
| Name | EPinContainerType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
Syntax
enum EPinContainerType
{
None,
Array,
Set,
Map,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Array | |
| Set | |
| Map |