Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input > API/Runtime/SlateCore/Input/FReply
| Type | Name | Description | |
|---|---|---|---|
| FReply & | SetNavigation
(
EUINavigation InNavigationType, |
An event should return FReply::Handled().SetNavigation( NavigationType ) as a means of asking the system to attempt a navigation | |
| FReply & | SetNavigation
(
TSharedRef< SWidget > InNavigationDestination, |
An event should return FReply::Handled().SetNavigation( NavigationDestination ) as a means of asking the system to attempt a navigation to the specified destination |