LyraCheat.EnableDebugCameraCycling
LyraCheat.EnableDebugCameraCycling
#Overview
name: LyraCheat.EnableDebugCameraCycling
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true then you can cycle the debug camera while running the game.
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/Source/LyraGame/Player/LyraCheatManager.cpp:28
Scope (from outer to inner):
file
namespace LyraCheat
Source code excerpt:
static bool bEnableDebugCameraCycling = false;
static FAutoConsoleVariableRef CVarEnableDebugCameraCycling(
TEXT("LyraCheat.EnableDebugCameraCycling"),
bEnableDebugCameraCycling,
TEXT("If true then you can cycle the debug camera while running the game."),
ECVF_Cheat);
static bool bStartInGodMode = false;
static FAutoConsoleVariableRef CVarStartInGodMode(