ISlateViewport::OnQueryShowFocus

Called to determine if we should render the focus brush.

Windows
MacOS
Linux

Override Hierarchy

ISlateViewport::OnQueryShowFocus()

FSceneViewport::OnQueryShowFocus()

References

Module

SlateCore

Header

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

Include

#include "Rendering/RenderingCommon.h"

Syntax

virtual TOptional< bool > OnQueryShowFocus
(
    const EFocusCause InFocusCause
) const

Remarks

Called to determine if we should render the focus brush.

Parameters

Parameter

Description

InFocusCause

The cause of 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