The Virtual Hand Debugging Settings
Primarily used for visually debugging low-level hand data. When enabled, the Virtual Hand Component visualizes a debug virtual hand by drawing all individual hand joints.
bDrawDebugVirtualHand
If enabled, visualizes the debug virtual hand where possible.
DrawingMode
Determines the virtual hand drawing mode. If set to CubicJoints
, for every joint a debug cube will be drawn. If set to GizmoJoints
, for every joint a debug gizmo will be drawn.
DebugCubicHandSettings
Visible and valid only if bDrawDebugVirtualHand
is enabled and DrawingMode
has been set to ESGDebugVirtualHandDrawingMode::CubicJoints
.
DebugGizmoHandSettings
Visible and valid only if bDrawDebugVirtualHand
is enabled and DrawingMode
has been set to ESGDebugVirtualHandDrawingMode::GizmoJoints
.