FEditorModeRegistry::UnregisterMode

Unregisters an editor mode.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.h

Include

#include "EditorModeRegistry.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorModeRegistry.cpp

Syntax

void UnregisterMode
(
    FEditorModeID ModeID
)

Remarks

Unregisters an editor mode. Typically called from a module's ShutdownModule() routine. Note: will exit the edit mode if it is currently active.

Parameters

Parameter

Description

ModeID

ID of the mode to unregister

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