unreal.SteamVRFingerCurls

class unreal.SteamVRFingerCurls(thumb=0.0, index=0.0, middle=0.0, ring=0.0, pinky=0.0)

Bases: unreal.StructBase

SteamVR finger curls

C++ Source:

  • Plugin: SteamVR

  • Module: SteamVRInputDevice

  • File: SteamVRInputDeviceFunctionLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • index (float): [Read-Write] Index

  • middle (float): [Read-Write] Middle

  • pinky (float): [Read-Write] Pinky

  • ring (float): [Read-Write] Ring

  • thumb (float): [Read-Write] Thumb

property index

[Read-Only] Index

Type

(float)

property middle

[Read-Only] Middle

Type

(float)

property pinky

[Read-Only] Pinky

Type

(float)

property ring

[Read-Only] Ring

Type

(float)

property thumb

[Read-Only] Thumb

Type

(float)