Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorModeTools
Multicast delegate for OnModeEntered and OnModeExited callbacks.
First parameter: The editor mode that was changed Second parameter: True if entering the mode, or false if exiting the mode
| Name | FEditorModeIDChangedEvent |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h |
| Include Path | #include "EditorModeManager.h" |
Syntax
class FEditorModeIDChangedEvent : public TBaseMulticastDelegate_TwoParams< void, const FEditorModeID &, bool >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, const FEditorModeID &, bool > → FEditorModeTools::FEditorModeIDChangedEvent