Slate.Input.MotionFiresUserInteractionEvents
Slate.Input.MotionFiresUserInteractionEvents
#Overview
name: Slate.Input.MotionFiresUserInteractionEvents
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If this is false, LastUserInteractionTimeUpdateEvent events won\'t be fired based on motion input, and LastInteractionTime won\'t be updated\nSome motion devices report small tiny changes constantly without filtering, so motion input is unhelpful for determining user activity
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/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp:97
Scope: file
Source code excerpt:
bool GSlateInputMotionFiresUserInteractionEvents = true;
static FAutoConsoleVariableRef CVarSlateInputMotionFiresUserInteractionEvents(
TEXT("Slate.Input.MotionFiresUserInteractionEvents"),
GSlateInputMotionFiresUserInteractionEvents,
TEXT("If this is false, LastUserInteractionTimeUpdateEvent events won't be fired based on motion input, and LastInteractionTime won't be updated\n")
TEXT("Some motion devices report small tiny changes constantly without filtering, so motion input is unhelpful for determining user activity"));
//////////////////////////////////////////////////////////////////////////