Navigation
API > API/Developer > API/Developer/SlateReflector > API/Developer/SlateReflector/FSlateNavigationEventSimulator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FSimulationResult > Simulate
(
const FWidgetPath& WidgetPath, |
Simulate a navigation event for a widget | SlateNavigationEventSimulator.h | |
FSimulationResult Simulate
(
const FWidgetPath& WidgetPath, |
SlateNavigationEventSimulator.h |
Simulate(const FWidgetPath &, int32, ENavigationGenesis, ENavigationStyle)
Description
Simulate a navigation event for a widget
| Name | Simulate |
| Type | function |
| Header File | /Engine/Source/Developer/SlateReflector/Public/SlateNavigationEventSimulator.h |
| Include Path | #include "SlateNavigationEventSimulator.h" |
| Source | /Engine/Source/Developer/SlateReflector/Private/SlateNavigationEventSimulator.cpp |
TArray < FSimulationResult > Simulate
(
const FWidgetPath & WidgetPath,
int32 UserIndex,
ENavigationGenesis Genesis,
ENavigationStyle Navigation
)
Simulate(const FWidgetPath &, int32, ENavigationGenesis, EUINavigation)
| Name | Simulate |
| Type | function |
| Header File | /Engine/Source/Developer/SlateReflector/Public/SlateNavigationEventSimulator.h |
| Include Path | #include "SlateNavigationEventSimulator.h" |
| Source | /Engine/Source/Developer/SlateReflector/Private/SlateNavigationEventSimulator.cpp |
FSimulationResult Simulate
(
const FWidgetPath & WidgetPath,
int32 UserIndex,
ENavigationGenesis Genesis,
EUINavigation Navigation
)