VREd.AllowResetScale
VREd.AllowResetScale
#Overview
name: VREd.AllowResetScale
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Allowed to reset world to meters to default world to meters
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/Editor/VREditor/Private/Teleporter/VREditorAutoScaler.cpp:10
Scope (from outer to inner):
file
namespace VREd
Source code excerpt:
namespace VREd
{
static FAutoConsoleVariable AllowResetScale(TEXT("VREd.AllowResetScale"), 1, TEXT("Allowed to reset world to meters to default world to meters"));
}
UVREditorAutoScaler::UVREditorAutoScaler() :
Super(),
VRMode(nullptr)
{