Navigation
API > API/Runtime > API/Runtime/Engine
Enum to indicate if a node has advanced-display-pins, and whether they are shown.
| Name | ENodeAdvancedPins::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
Syntax
namespace ENodeAdvancedPins
{
enum Type
{
NoPins,
Shown,
Hidden,
}
}
Values
| Name | Remarks |
|---|---|
| NoPins | No advanced pins. |
| Shown | There are some advanced pins, and they are shown. |
| Hidden | There are some advanced pins, and they are hidden. |