CommonUI.bDumpInputTypeChangeCallstack
CommonUI.bDumpInputTypeChangeCallstack
#Overview
name: CommonUI.bDumpInputTypeChangeCallstack
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Dump callstack when input type changes.
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/Plugins/Runtime/CommonUI/Source/CommonInput/Private/CommonInputSubsystem.cpp:25
Scope: file
Source code excerpt:
static int32 bDumpInputTypeChangeCallstack = 0;
static FAutoConsoleVariableRef CVarDumpInputTypeChangeCallstack(
TEXT("CommonUI.bDumpInputTypeChangeCallstack"),
bDumpInputTypeChangeCallstack,
TEXT("Dump callstack when input type changes."));
#endif // !UE_BUILD_SHIPPING
FPlatformInputSupportOverrideDelegate UCommonInputSubsystem::OnPlatformInputSupportOverride;