lyra.Weapon.EnableAimAssist
lyra.Weapon.EnableAimAssist
#Overview
name: lyra.Weapon.EnableAimAssist
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Should we enable aim assist while shooting?
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>/Projects/Lyra/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistInputModifier.cpp:27
Scope (from outer to inner):
file
namespace LyraConsoleVariables
Source code excerpt:
static bool bEnableAimAssist = true;
static FAutoConsoleVariableRef CVarEnableAimAssist(
TEXT("lyra.Weapon.EnableAimAssist"),
bEnableAimAssist,
TEXT("Should we enable aim assist while shooting?"),
ECVF_Cheat);
static bool bDrawAimAssistDebug = false;
static FAutoConsoleVariableRef CVarDrawAimAssistDebug(