Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorModeTools
Description
Allows you to temporarily override the widget mode. Call this function again with WM_None to turn off the override.
Allows you to temporarily override the widget mode. Call this function again with UE::Widget::WM_None to turn off the override.
| Name | SetWidgetModeOverride |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h |
| Include Path | #include "EditorModeManager.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorModeManager.cpp |
void SetWidgetModeOverride
(
UE::Widget::EWidgetMode InWidgetMode
)