Navigation
API > API/Editor > API/Editor/ClassViewer
| |
|
| Name |
EClassViewerMode::Type |
| Type |
enum |
| Header File |
/Engine/Source/Editor/ClassViewer/Public/ClassViewerModule.h |
| Include Path |
#include "ClassViewerModule.h" |
Syntax
namespace EClassViewerMode
{
enum Type
{
ClassBrowsing,
ClassPicker,
}
}
Values
| Name |
Remarks |
| ClassBrowsing |
Allows all classes to be browsed and selected; syncs selection with the editor; drag and drop attachment, etc. |
| ClassPicker |
Sets the class viewer to operate as a class 'picker'. |