Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FNavigationReply
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Hidden default constructor. | Input/NavigationReply.h | ||
FNavigationReply
(
EUINavigationRule InBoundaryRule, |
Verbose Constructor. | Input/NavigationReply.h |
FNavigationReply()
Description
Hidden default constructor.
| Name | FNavigationReply |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h |
| Include Path | #include "Input/NavigationReply.h" |
FNavigationReply()
FNavigationReply(EUINavigationRule, TSharedPtr< SWidget >, const FNavigationDelegate &)
Description
Verbose Constructor. Used by SWidget when constructing from MetaData.
| Name | FNavigationReply |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h |
| Include Path | #include "Input/NavigationReply.h" |
FNavigationReply
(
EUINavigationRule InBoundaryRule,
TSharedPtr < SWidget > InFocusRecipient,
const FNavigationDelegate & InFocusDelegate
)