FNavigationReply::Custom

An event should return a [FNavigationReply::Custom()](API\Runtime\SlateCore\Input\FNavigationReply\Custom) to let the system know to call a custom delegate to get the widget to navigate to.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Input/NavigationReply.h"

Syntax

static FNavigationReply Custom
(
    const FNavigationDelegate & InFocusDelegate
)

Remarks

An event should return a FNavigationReply::Custom() to let the system know to call a custom delegate to get the widget to navigate to.

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