vr.bEnableStereo
vr.bEnableStereo
#Overview
name: vr.bEnableStereo
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Enables or disables the stereo rendering. Use 1, True, or Yes to enable, 0, False or No to disable.
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/XRBase/Source/XRBase/Private/HeadMountedDisplayConsoleCommands.cpp:428
Scope: file
Source code excerpt:
static FAutoConsoleCommand CEnableStereoCmd(
TEXT("vr.bEnableStereo"),
*LOCTEXT("CCommandText_EnableStereo", "Enables or disables the stereo rendering. Use 1, True, or Yes to enable, 0, False or No to disable.").ToString(),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(EnableStereo));
static void HMDVersion(const TArray<FString>& Args, UWorld*, FOutputDevice& Ar)
{