Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
Include |
#include "EdGraph/EdGraphNode.h" |
namespace ENodeAdvancedPins
{
enum Type
{
NoPins,
Shown,
Hidden,
}
}
Name |
Description |
---|---|
NoPins |
No advanced pins. |
Shown |
There are some advanced pins, and they are shown. |
Hidden |
There are some advanced pins, and they are hidden. |
Enum to indicate if a node has advanced-display-pins, and whether they are shown.