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 SetNavigationExplicit
(
EUINavigation InNavigation,
TSharedPtr < SWidget > InFocusRecipient
)
Remarks
Set the navigation behavior for the provided navigation type to be explicit, using a constant widget
Parameters
Name | Description |
---|---|
InNavigation | the type of navigation to set explicit |
InFocusRecipient | the widget used when the system requests the destination for the explicit navigation |