Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorModeRegistry
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.h |
| Include | #include "EditorModeRegistry.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorModeRegistry.cpp |
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
| Name | Description |
|---|---|
| ModeID | ID of the mode to unregister |