Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorModeRegistry
Description
Unregisters an editor mode. Typically called from a module's ShutdownModule() routine. Note: will exit the edit mode if it is currently active.
| Name | UnregisterMode |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.h |
| Include Path | #include "EditorModeRegistry.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorModeRegistry.cpp |
void UnregisterMode
(
FEditorModeID ModeID
)
Parameters
| Name | Remarks |
|---|---|
| ModeID | ID of the mode to unregister |