unreal.SteamVRInputOriginInfo

class unreal.SteamVRInputOriginInfo

Bases: StructBase

Information about the tracked device associated from the input source

C++ Source:

  • Plugin: SteamVR

  • Module: SteamVRInputDevice

  • File: SteamVRInputDeviceFunctionLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • render_model_component_name (str): [Read-Write] deprecated: Property ‘RenderModelComponentName’ is deprecated.

  • tracked_device_index (int32): [Read-Write] deprecated: Property ‘TrackedDeviceIndex’ is deprecated.

  • tracked_device_model (str): [Read-Write] deprecated: Property ‘TrackedDeviceModel’ is deprecated.

property render_model_component_name: str

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

Type:

(str)

property tracked_device_index: int

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

Type:

(int32)

property tracked_device_model: str

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

Type:

(str)