vr.HeadTracking.Status
vr.HeadTracking.Status
#Overview
name: vr.HeadTracking.Status
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Reports the current status of the head tracking.
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:336
Scope: file
Source code excerpt:
static FAutoConsoleCommand CHMDStatusCmd(
TEXT("vr.HeadTracking.Status"),
*LOCTEXT("CVarText_HMDStatus", "Reports the current status of the head tracking.").ToString(),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(HMDStatus));
static void ForceTracking(const TArray<FString>& Args, UWorld*, FOutputDevice& Ar)
{
bool bEnable = false;