Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FNavigationMethod |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/NavigationMethod.h |
| Include Path | #include "Input/NavigationMethod.h" |
Syntax
USTRUCT ()
struct FNavigationMethod
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNavigationMethod() |
Input/NavigationMethod.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FNavigationMethod() |
Input/NavigationMethod.h |
Structs
| Name | Remarks |
|---|---|
| FDebuggingText |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDebugWidgetResult | FHittestGrid::FDebuggingFindNextFocusableWidgetArgs::FWidgetResult | Input/NavigationMethod.h | |
| FWidgetFunc | TFunction< bool(const TSharedPtr< SWidget >)> | Input/NavigationMethod.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultNavigationMethod | FString | Input/NavigationMethod.h | |
| RegisteredNavigationMethods | TMap< FString, TSharedPtr< FNavigationMethod > > | Input/NavigationMethod.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DrawDebug
(
int32 InLayer, |
Input/NavigationMethod.h | ||
virtual TSharedPtr< SWidget > FindNextFocusableWidget
(
const FArrangedWidget& StartingWidget, |
Input/NavigationMethod.h | ||
virtual void Initialize
(
const FHittestGrid* InHittestGrid, |
Input/NavigationMethod.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddDebugIntermediateResult
(
const TSharedPtr< const SWidget >& InWidget, |
Input/NavigationMethod.h | ||
void ForEachFocusableWidgetsInCell
(
int32 X, |
Input/NavigationMethod.h | ||
FIntPoint GetCellCoordinate
(
FVector2f Position |
Input/NavigationMethod.h | ||
bool IsParentsEnabled
(
const SWidget* Widget |
Input/NavigationMethod.h | ||
bool IsValidCellCoordinate
(
int32 X, |
Input/NavigationMethod.h |