FEditorModeIDChangedEvent

Multicast delegate for OnModeEntered and OnModeExited callbacks.

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseMulticastDelegate_TwoParams< void, const FEditorModeID &, bool >

FEditorModeTools::FEditorModeIDChangedEvent

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h

Include

#include "EditorModeManager.h"

Syntax

class FEditorModeIDChangedEvent : public TBaseMulticastDelegate_TwoParams< void, const FEditorModeID &, bool >

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss