FNavigationReply::CustomBoundary

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

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Input/NavigationReply.h"

Syntax

static FNavigationReply CustomBoundary
(
    const FNavigationDelegate & InFocusDelegate
)

Remarks

An event should return a FNavigationReply::CustomBoundary() to let the system know to call a custom delegate to get the widget to navigate to is the widgets boundary is hit.

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