vr.WorldToMetersScale
vr.WorldToMetersScale
#Overview
name: vr.WorldToMetersScale
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Get or set the current world to meters scale.
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:472
Scope: file
Source code excerpt:
static FAutoConsoleCommand CWorldToMetersCmd(
TEXT("vr.WorldToMetersScale"),
*LOCTEXT("CCommandText_WorldToMeters", "Get or set the current world to meters scale.").ToString(),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(WorldToMeters));
/**
* Exec handler that aliases old deprecated VR console commands to the new ones.
*