vr.Debug.VisualizeTrackingSensors
vr.Debug.VisualizeTrackingSensors
#Overview
name: vr.Debug.VisualizeTrackingSensors
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Show or hide the location and coverage area of the tracking sensors\nUse 1, True, or Yes to enable, 0, False or No to disable.
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:173
Scope: file
Source code excerpt:
static FAutoConsoleCommand CShowTrackingSensorsCmd(
TEXT("vr.Debug.VisualizeTrackingSensors"),
*LOCTEXT("CVarText_ShowTrackingSensors", "Show or hide the location and coverage area of the tracking sensors\nUse 1, True, or Yes to enable, 0, False or No to disable.").ToString(),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(ShowTrackingSensors));
#endif
static void TrackingOrigin(const TArray<FString>& Args, UWorld* , FOutputDevice& Ar)
{