Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FReply
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReply & SetNavigation
(
EUINavigation InNavigationType, |
An event should return FReply::Handled().SetNavigation( NavigationType ) as a means of asking the system to attempt a navigation | Input/Reply.h | |
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 | Input/Reply.h |
SetNavigation(EUINavigation, const ENavigationGenesis, const ENavigationSource)
Description
An event should return FReply::Handled().SetNavigation( NavigationType ) as a means of asking the system to attempt a navigation
| Name | SetNavigation |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Reply.h |
| Include Path | #include "Input/Reply.h" |
FReply & SetNavigation
(
EUINavigation InNavigationType,
const ENavigationGenesis InNavigationGenesis,
const ENavigationSource InNavigationSource
)
SetNavigation(TSharedRef< SWidget >, const ENavigationGenesis, const ENavigationSource)
Description
An event should return FReply::Handled().SetNavigation( NavigationDestination ) as a means of asking the system to attempt a navigation to the specified destination
| Name | SetNavigation |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Reply.h |
| Include Path | #include "Input/Reply.h" |
FReply & SetNavigation
(
TSharedRef < SWidget > InNavigationDestination,
const ENavigationGenesis InNavigationGenesis,
const ENavigationSource InNavigationSource
)