Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
Include |
#include "EdGraph/EdGraphNode.h" |
enum EPinContainerType
{
None,
Array,
Set,
Map,
}
Name |
Description |
---|---|
None |
|
Array |
|
Set |
|
Map |
Enum used to define what container type a pin represents.