ControlRigMetadata::

Metadata usable in USTRUCT for customizing the behavior when displaying the property in a property panel or graph node.

Windows
MacOS
Linux

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/ControlRigMetaData.h

Include

#include "ControlRigMetaData.h"

Syntax

namespace ControlRigMetadata
{
    enum
    {
        Abstract,
        DisplayName,
        ShowVariableNameInTitle,
    }
}

Values

Name

Description

Abstract

[StructMetaData] Indicates that a control rig unit struct cannot be instantiated

DisplayName

[StructMetaData] The name used for a control rig node's title

ShowVariableNameInTitle

[StructMetaData] Whether to show the variable name in the node's title bar

Remarks

Metadata usable in USTRUCT for customizing the behavior when displaying the property in a property panel or graph 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