RegisterMode

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

RegisterMode

(
    FEditorModeID ModeID,
    TSharedRef< IEditorModeFactory > Fa...
)

Registers an editor mode. Typically called from a module's StartupModule() routine.

Public function

void

 

RegisterMode

(
    FEditorModeID ModeID,
    FText Name,
    FSlateIcon IconBrush,
    bool bVisible,
    int32 PriorityOrder
)

Registers an editor mode type. Typically called from a module's StartupModule() routine.

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