ISlateViewport::HandleNavigation

Give the viewport an opportunity to override the navigation behavior.

Windows
MacOS
Linux

Override Hierarchy

ISlateViewport::HandleNavigation()

FSceneViewport::HandleNavigation()

References

Module

SlateCore

Header

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

Include

#include "Rendering/RenderingCommon.h"

Syntax

virtual bool HandleNavigation
(
    const uint32 InUserIndex,
    TSharedPtr< SWidget > InDestination
)

Remarks

Give the viewport an opportunity to override the navigation behavior. This is called after all the navigation event bubbling is complete and we know a destination.

Returns

whether we handled the navigation

Parameters

Parameter

Description

InDestination

The destination widget

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