Slate.Navigation.Simulate
Slate.Navigation.Simulate
#Overview
name: Slate.Navigation.Simulate
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Log the result of what the widget may do when it received a navigation event.Use: \
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Developer/SlateReflector/Private/SlateNavigationEventSimulator.cpp:21
Scope (from outer to inner):
file
namespace SlateNavigationSimulationInternal
Source code excerpt:
static FAutoConsoleCommand CSlateNavigationSimulate(
TEXT("Slate.Navigation.Simulate"),
TEXT("Log the result of what the widget may do when it received a navigation event.")
TEXT("Use: \"Slate.Navigation.Simulate Widget=0x00AABBCCDD Navigation=UINavigationIndex [UserIndex=Number] [Genesis=NavigationGenesisIndex]\"")
TEXT("UINavigationIndex use: 0 for Left, 1 for Right, 2 for Up, 3 for Down, 4 for Next, 5 for Previous")
TEXT("NavigationGenesisIndex use: 0 for Keyboard|, 1 for Controller, 2 for User"),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateLambda([](const TArray<FString>& Args, UWorld*, FOutputDevice& Ar)
{