ISlateViewport::OnFocusReceived

Called when the viewport gains keyboard focus.

Windows
MacOS
Linux

Override Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h

Include

#include "Rendering/RenderingCommon.h"

Syntax

virtual FReply OnFocusReceived
(
    const FFocusEvent & InFocusEvent
)

Remarks

Called when the viewport gains keyboard focus.

Parameters

Parameter

Description

InFocusEvent

Information about what caused the viewport to gain focus

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