VI.GizmoShowMeasurementText
VI.GizmoShowMeasurementText
#Overview
name: VI.GizmoShowMeasurementText
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When enabled, gizmo measurements will always be visible. Otherwise, only when hovering over a scale/stretch gizmo handle
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/ViewportInteraction/Private/Gizmo/VIBaseTransformGizmo.cpp:13
Scope (from outer to inner):
file
namespace VREd
Source code excerpt:
static FAutoConsoleVariable GizmoSelectionAnimationDuration( TEXT( "VI.GizmoSelectionAnimationDuration" ), 0.15f, TEXT( "How long to animate the gizmo after objects are selected" ) );
static FAutoConsoleVariable GizmoSelectionAnimationCurvePower( TEXT( "VI.GizmoSelectionAnimationCurvePower" ), 2.0f, TEXT( "Controls the animation curve for the gizmo after objects are selected" ) );
static FAutoConsoleVariable GizmoShowMeasurementText( TEXT( "VI.GizmoShowMeasurementText" ), 0, TEXT( "When enabled, gizmo measurements will always be visible. Otherwise, only when hovering over a scale/stretch gizmo handle" ) );
}
ABaseTransformGizmo::ABaseTransformGizmo( ) :
WorldInteraction( nullptr )
{
// Create root default scene component