FNavigationMetaData::SetNavigationCustom

Set the navigation behavior for the provided navigation type to be a custom delegate

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h

Include

#include "Types/NavigationMetaData.h"

Syntax

void SetNavigationCustom
(
    EUINavigation InNavigation,
    EUINavigationRule InCustomBoundaryRule,
    FNavigationDelegate InFocusDelegate
)

Remarks

Set the navigation behavior for the provided navigation type to be a custom delegate

Parameters

Parameter

Description

InNavigation

the type of navigation to set custom

InCustomBoundaryRule

InFocusRecipient

the delegate used when the system requests the destination for the custom 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