VREd.CentralWidgetY
VREd.CentralWidgetY
#Overview
name: VREd.CentralWidgetY
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Vertical resolution to use for VR editor radial UI render targets
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/UI/VREditorRadialFloatingUI.cpp:19
Scope (from outer to inner):
file
namespace VREd
Source code excerpt:
static FAutoConsoleVariable MinJoystickOffsetBeforeRadialMenu(TEXT("VREd.MinJoystickOffsetBeforeRadialMenu"), 0.4f, TEXT("Toggles inverting the touch pad vertical axis"));
static FAutoConsoleVariable CentralWidgetX(TEXT("VREd.CentralWidgetX"), 512, TEXT("Horizontal resolution to use for VR editor radial UI render targets"));
static FAutoConsoleVariable CentralWidgetY(TEXT("VREd.CentralWidgetY"), 512, TEXT("Vertical resolution to use for VR editor radial UI render targets"));
}
AVREditorRadialFloatingUI::AVREditorRadialFloatingUI()
: Super(),