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