VREd.TeleportSlideBuffer
VREd.TeleportSlideBuffer
#Overview
name: VREd.TeleportSlideBuffer
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The minimum slide on trackpad to push/pull or change 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/Source/Editor/VREditor/Private/Teleporter/VREditorTeleporter.cpp:30
Scope (from outer to inner):
file
namespace VREd
Source code excerpt:
static FAutoConsoleVariable TeleportAllowScaleBackToDefault(TEXT("VREd.TeleportAllowScaleBackToDefault"), 1, TEXT("Scale back to default world to meters scale"));
static FAutoConsoleVariable TeleportAllowPushPull(TEXT("VREd.TeleportAllowPushPull"), 1, TEXT("Allow being able to push and pull the teleporter along the laser."));
static FAutoConsoleVariable TeleportSlideBuffer(TEXT("VREd.TeleportSlideBuffer"), 0.01f, TEXT("The minimum slide on trackpad to push/pull or change scale."));
}
AVREditorTeleporter::AVREditorTeleporter():
Super(),
VRMode(nullptr),
TeleportingState(EState::None),