Navigation
API > API/Editor > API/Editor/VREditor > API/Editor/VREditor/UI > API/Editor/VREditor/UI/UVREditorUISystem
References
| Module | VREditor |
| Header | /Engine/Source/Editor/VREditor/Public/UI/VREditorUISystem.h |
| Include | #include "UI/VREditorUISystem.h" |
void HandleEditorModeChanged
(
const FEditorModeID & EditorModeID,
bool IsEnabled
)
Remarks
Handles being notified when any editor mode changes to see if any VR Editor UI needs to change.
Parameters
| Name | Description |
|---|---|
| Mode | The mode that changed. |
| IsEnabled | true if the mode is enabled, otherwise false. |