VREd.HoverHapticFeedbackStrength
VREd.HoverHapticFeedbackStrength
#Overview
name: VREd.HoverHapticFeedbackStrength
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Default strength for haptic feedback when hovering
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/VREditorPlacement.cpp:37
Scope (from outer to inner):
file
namespace VREd
Source code excerpt:
namespace VREd
{
static FAutoConsoleVariable HoverHapticFeedbackStrength( TEXT( "VREd.HoverHapticFeedbackStrength" ), 0.1f, TEXT( "Default strength for haptic feedback when hovering" ) );
static FAutoConsoleVariable HoverHapticFeedbackTime( TEXT( "VREd.HoverHapticFeedbackTime" ), 0.2f, TEXT( "The minimum time between haptic feedback for hovering" ) );
static FAutoConsoleVariable PivotPointTransformGizmo( TEXT( "VREd.PivotPointTransformGizmo" ), 1, TEXT( "If the pivot point transform gizmo is used instead of the bounding box gizmo" ) );
static FAutoConsoleVariable DragHapticFeedbackStrength( TEXT( "VREd.DragHapticFeedbackStrength" ), 1.0f, TEXT( "Default strength for haptic feedback when starting to drag objects" ) );
}
UVREditorPlacement::UVREditorPlacement() :