Navigation
API > API/Editor > API/Editor/StructViewer
| |
|
| Name |
EStructViewerMode |
| Type |
enum |
| Header File |
/Engine/Source/Editor/StructViewer/Public/StructViewerModule.h |
| Include Path |
#include "StructViewerModule.h" |
Syntax
enum EStructViewerMode
{
StructBrowsing,
StructPicker,
}
Values
| Name |
Remarks |
| StructBrowsing |
Allows all structs to be browsed and selected; syncs selection with the editor; drag and drop attachment, etc. |
| StructPicker |
Sets the struct viewer to operate as a struct 'picker'. |