Navigation
Unreal Engine C++ API Reference > Editor > ClassViewer
References
Module | ClassViewer |
Header | /Engine/Source/Editor/ClassViewer/Public/ClassViewerModule.h |
Include | #include "ClassViewerModule.h" |
Syntax
namespace EClassViewerMode
{
enum Type
&123;
ClassBrowsing,
ClassPicker,
&125;
}
Values
Name | Description |
---|---|
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'. |