EPropertyLocation::Type

The location of a property within a category

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailCategoryBuilder.h"

Syntax

namespace EPropertyLocation
{
    enum Type
    {
        Common,
        Advanced,
        Default,
    }
}

Values

Name

Description

Common

The property appears in the simple area of a category (displayed by default)

Advanced

The property appears in the advanced area of a category(collapsed by default)

Default

The property appears in the default way specified in the UPROPERTY class flag

Remarks

The location of a property within a category

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