ECategoryPriority::Type

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h

Include

#include "DetailLayoutBuilder.h"

Syntax

namespace ECategoryPriority
{
    enum Type
    {
        Variable        = 0,
        Transform,
        Important,
        TypeSpecific,
        Default,
        Uncommon,
    }
}

Values

Name

Description

Variable

Highest sort priority.

Transform

Important

TypeSpecific

Default

Uncommon

Lowest sort priority.

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