unreal.SteamVRFingerSplays

class unreal.SteamVRFingerSplays(thumb_index=0.0, index_middle=0.0, middle_ring=0.0, ring_pinky=0.0)

Bases: unreal.StructBase

SteamVR finger splays

C++ Source:

  • Plugin: SteamVR

  • Module: SteamVRInputDevice

  • File: SteamVRInputDeviceFunctionLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • index_middle (float): [Read-Write] Index Middle

  • middle_ring (float): [Read-Write] Middle Ring

  • ring_pinky (float): [Read-Write] Ring Pinky

  • thumb_index (float): [Read-Write] Thumb Index

property index_middle

[Read-Only] Index Middle

Type

(float)

property middle_ring

[Read-Only] Middle Ring

Type

(float)

property ring_pinky

[Read-Only] Ring Pinky

Type

(float)

property thumb_index

[Read-Only] Thumb Index

Type

(float)