EClassViewerMode::Type

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss