Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Types > FNavigationMetaData
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h |
Include | #include "Types/NavigationMetaData.h" |
void SetNavigationCustom
(
EUINavigation InNavigation,
EUINavigationRule InCustomBoundaryRule,
FNavigationDelegate InFocusDelegate
)
Remarks
Set the navigation behavior for the provided navigation type to be a custom delegate
Parameters
Name | Description |
---|---|
InNavigation | the type of navigation to set custom |
InCustomBoundaryRule | |
InFocusRecipient | the delegate used when the system requests the destination for the custom navigation |