EClassViewerNameTypeToDisplay

Windows
MacOS
Linux

References

Module

ClassViewer

Header

/Engine/Source/Editor/ClassViewer/Public/ClassViewerModule.h

Include

#include "ClassViewerModule.h"

Syntax

enum EClassViewerNameTypeToDisplay
{
    Dynamic,
    DisplayName,
    ClassName,
}

Values

Name

Description

Dynamic

Display both the display name and class name if they're available and different.

DisplayName

Always use the display name

ClassName

Always use the class 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