HMDPOS
HMDPOS
#Overview
name: HMDPOS
This variable is created as a Console Variable (cvar).
- type:
Exec
- help:
Sorry: Exec commands have no help
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:497
Scope (from outer to inner):
file
function static bool CompatExec
Source code excerpt:
AliasedCommand = FString::Printf(TEXT("vr.SpectatorScreenMode %s"), Cmd);
}
else if (FParse::Command(&Cmd, TEXT("HMDPOS")))
{
FString CmdName = FParse::Token(Cmd, 0);
if (CmdName.Equals(TEXT("EYE"), ESearchCase::IgnoreCase) || CmdName.Equals(TEXT("FLOOR"), ESearchCase::IgnoreCase))
{
AliasedCommand = FString::Printf(TEXT("vr.TrackingOrigin %s"), *CmdName);
}