Navigation
API > API/Editor > API/Editor/ClassViewer
| Name | EClassViewerNameTypeToDisplay |
| Type | enum |
| Header File | /Engine/Source/Editor/ClassViewer/Public/ClassViewerModule.h |
| Include Path | #include "ClassViewerModule.h" |
Syntax
enum EClassViewerNameTypeToDisplay
{
Dynamic,
DisplayName,
ClassName,
}
Values
| Name | Remarks |
|---|---|
| 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 |