Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UWidgetNavigation
Description
Try to rename any explicit or custom bindings from an old to a new name. This method can be overridden to customize resolving rules.
| Name | TryToRenameBinding |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/WidgetNavigation.h |
| Include Path | #include "Blueprint/WidgetNavigation.h" |
| Source | /Engine/Source/Runtime/UMG/Private/UWidgetNavigation.cpp |
virtual void TryToRenameBinding
(
FName OldName,
FName NewName
)