FReply::SetNavigation

An event should return [FReply::Handled()](API\Runtime\SlateCore\Input\FReply\Handled).SetNavigation( NavigationType ) as a means of asking the system to attempt a navigation

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/Reply.h

Include

#include "Input/Reply.h"

Syntax

FReply & SetNavigation
(
    EUINavigation InNavigationType,
    const ENavigationGenesis InNavigationGenesis,
    const ENavigationSource InNavigationSource
)

Remarks

An event should return FReply::Handled().SetNavigation( NavigationType ) as a means of asking the system to attempt a navigation

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