Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorModeRegistry
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterMode
(
FEditorModeID ModeID, |
Registers an editor mode. Typically called from a module's StartupModule() routine. | |
| void | RegisterMode
(
FEditorModeID ModeID, |
Registers an editor mode type. Typically called from a module's StartupModule() routine. |