ENodeAdvancedPins::Type

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss