ENameAreaSettings

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailsView.h"

Syntax

enum ENameAreaSettings
{
    HideNameArea,
    ObjectsUseNameArea,
    ActorsUseNameArea,
    ComponentsAndActorsUseNameArea,
}

Values

Name

Description

HideNameArea

The name area should never be displayed

ObjectsUseNameArea

All object types use name area

ActorsUseNameArea

Only Actors use name area

ComponentsAndActorsUseNameArea

Components and actors use the name area. Components will display their actor owner as the name

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