Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UWidget
Description
Sets the widget navigation method for this widget hierarchy. This can only be called on widgets that are in a widget tree.
| Name | SetNavigationMethod |
| 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 |
void SetNavigationMethod
(
const TInstancedStruct < FNavigationMethod > & NavigationMethod
)
Parameters
| Name | Remarks |
|---|---|
| NavigationMethodStruct. | Must be the StaticStruct of type FNavigationMethod |