vr.HeadTracking.Reset
vr.HeadTracking.Reset
#Overview
name: vr.HeadTracking.Reset
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Reset the rotation and position of the head mounted display.\nPass in an optional yaw for the new rotation in degrees.
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:318
Scope: file
Source code excerpt:
static FAutoConsoleCommand CHMDResetCmd(
TEXT("vr.HeadTracking.Reset"),
*LOCTEXT("CVarText_HMDReset", "Reset the rotation and position of the head mounted display.\nPass in an optional yaw for the new rotation in degrees.").ToString(),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(HMDReset));
static void HMDStatus(const TArray<FString>& Args, UWorld*, FOutputDevice& Ar)
{