Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UWidget
Description
Sets the widget navigation rules for a specific direction. This can only be called on widgets that are in a widget tree.
| Name | SetNavigationRule |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/Widget.h |
| Include Path | #include "Components/Widget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/Widget.cpp |
UFUNCTION (BlueprintCallable, Category="Widget",
Meta=(DeprecatedFunction, DeprecatedMessage="Please use either SetNavigationRuleBase or SetNavigationRuleExplicit or SetNavigationRuleCustom or SetNavigationRuleCustomBoundary."))
void SetNavigationRule
(
EUINavigation Direction,
EUINavigationRule Rule,
FName WidgetToFocus
)
Parameters
| Name | Remarks |
|---|---|
| Direction | |
| Rule | The rule to use when navigation is taking place |
| WidgetToFocus | When using the Explicit rule, focus on this widget |