![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NavigationMetaData.h>
Inheritance diagram for FNavigationMetaData:Additional Inherited Members | |
Protected Member Functions inherited from ISlateMetaData | |
| virtual bool | IsOfTypeImpl (const FName &Type) const |
Metadata to override the navigation behavior or regular SWidget
|
inline |
|
inline |
Get the boundary rule for the provided navigation type
| InNavigation | the type of navigation to get the boundary rule for |
|
inline |
Get the focus recipient delegate for the provided navigation type
| InNavigation | the type of navigation to get the focus recipient delegate for |
|
inline |
Get the focus recipient for the provided navigation type
| InNavigation | the type of navigation to get the focus recipient for |
|
inline |
|
inline |
|
inline |
Set the navigation behavior for the provided navigation type to be a custom delegate
| InNavigation | the type of navigation to set custom |
| InCustomBoundaryRule | |
| InFocusRecipient | the delegate used when the system requests the destination for the custom navigation |
|
inline |
An event should return a FNavigationReply::Escape() to let the system know that a navigation can escape the bounds of this widget.
|
inline |
Set the navigation behavior for the provided navigation type to be explicit, using a constant widget
| InNavigation | the type of navigation to set explicit |
| InFocusRecipient | the widget used when the system requests the destination for the explicit navigation |
|
inline |
|
inline |
|
inline |
An event should return a FNavigationReply::Explicit() to let the system know to stop at the bounds of this widget.
|
inline |
Set the navigation behavior for the provided navigation type to be wrap
| InNavigation | the type of navigation to set wrapping |