unreal.UE4RetargettingRefs

class unreal.UE4RetargettingRefs

Bases: StructBase

Retargetting information for the SteamVR skeleton to UE4 stock skeleton

C++ Source:

  • Plugin: SteamVR

  • Module: SteamVRInputDevice

  • File: SteamVRInputDeviceFunctionLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_initialized (bool): [Read-Write] deprecated: Property ‘bIsInitialized’ is deprecated.

  • is_right_handed (bool): [Read-Write] deprecated: Property ‘bIsRightHanded’ is deprecated.

  • knuckle_average_ms_ue4 (Vector): [Read-Write] deprecated: Property ‘KnuckleAverageMS_UE4’ is deprecated.

  • wrist_forward_ls_ue4 (Vector): [Read-Write] deprecated: Property ‘WristForwardLS_UE4’ is deprecated.

  • wrist_side_direction_ls_ue4 (Vector): [Read-Write] deprecated: Property ‘WristSideDirectionLS_UE4’ is deprecated.

property is_initialized: bool

[Read-Only] deprecated: Property ‘bIsInitialized’ is deprecated.

Type:

(bool)

property is_right_handed: bool

[Read-Only] deprecated: Property ‘bIsRightHanded’ is deprecated.

Type:

(bool)

property knuckle_average_ms_ue4: Vector

[Read-Only] deprecated: Property ‘KnuckleAverageMS_UE4’ is deprecated.

Type:

(Vector)

property wrist_forward_ls_ue4: Vector

[Read-Only] deprecated: Property ‘WristForwardLS_UE4’ is deprecated.

Type:

(Vector)

property wrist_side_direction_ls_ue4: Vector

[Read-Only] deprecated: Property ‘WristSideDirectionLS_UE4’ is deprecated.

Type:

(Vector)