EPinHidingMode::Type

The display mode of editable values on an animation node.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h

Include

#include "Animation/AnimNodeBase.h"

Syntax

namespace EPinHidingMode
{
    enum Type
    {
        NeverAsPin,
        PinHiddenByDefault,
        PinShownByDefault,
        AlwaysAsPin,
    }
}

Values

Name

Description

NeverAsPin

Never show this property as a pin, it is only editable in the details panel (default for everything but FPoseLink properties).

PinHiddenByDefault

Hide this property by default, but allow the user to expose it as a pin via the details panel.

PinShownByDefault

Show this property as a pin by default, but allow the user to hide it via the details panel.

AlwaysAsPin

Always show this property as a pin; it never makes sense to edit it in the details panel (default for FPoseLink properties).

Remarks

The display mode of editable values on an animation node.

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