FSampleToolsEditorMode::LostFocus

Called when viewport window loses focus (ie when some other window is focused) _not_ called when editor is backgrounded, but is called when editor is minimized

Windows
MacOS
Linux

Override Hierarchy

FEdMode::LostFocus()

FSampleToolsEditorMode::LostFocus()

References

Module

SampleToolsEditorMode

Header

/Engine/Plugins/Experimental/SampleToolsEditorMode/Source/Public/SampleToolsEditorMode.h

Include

#include "SampleToolsEditorMode.h"

Source

/Engine/Plugins/Experimental/SampleToolsEditorMode/Source/Private/SampleToolsEditorMode.cpp

Syntax

virtual bool LostFocus
(
    FEditorViewportClient * ViewportClient,
    FViewport * Viewport
)

Remarks

Called when viewport window loses focus (ie when some other window is focused) not called when editor is backgrounded, but is called when editor is minimized

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