UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EPinHidingMode Namespace Reference

Enumerations

enum  Type : int { NeverAsPin , PinHiddenByDefault , PinShownByDefault , AlwaysAsPin }
 

Detailed Description

The display mode of editable values on an animation node.

Enumeration Type Documentation

◆ Type

Enumerator
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).