Navigation
API > API/Editor > API/Editor/StructViewer
| |
|
| Name |
EStructViewerNameTypeToDisplay |
| Type |
enum |
| Header File |
/Engine/Source/Editor/StructViewer/Public/StructViewerModule.h |
| Include Path |
#include "StructViewerModule.h" |
Syntax
enum EStructViewerNameTypeToDisplay
{
Dynamic,
DisplayName,
StructName,
}
Values
| Name |
Remarks |
| Dynamic |
Display both the display name and struct name if they're available and different. |
| DisplayName |
Always use the display name |
| StructName |
Always use the struct name |