EClassViewerMode::Type

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  
    {  
        ClassBrowsing,  
        ClassPicker,  
    }  
}  

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'.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library