ENodeAdvancedPins::Type

Enum to indicate if a node has advanced-display-pins, and whether they are shown.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h

Include

#include "EdGraph/EdGraphNode.h"

Syntax

namespace ENodeAdvancedPins
{
    enum Type
    {
        NoPins,
        Shown,
        Hidden,
    }
}

Values

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.

Remarks

Enum to indicate if a node has advanced-display-pins, and whether they are shown.