unreal.TrackingAlignmentActors

class unreal.TrackingAlignmentActors(source_actor: Actor = Ellipsis, origin_actor: Actor = Ellipsis)

Bases: StructBase

Struct of Source and Origin actors from a single Tracking space used for Space alignment.

C++ Source:

  • Plugin: CameraCalibration

  • Module: TrackingAlignment

  • File: TrackingAlignmentActors.h

Editor Properties: (see get_editor_property/set_editor_property)

  • origin_actor (Actor): [Read-Write] Tracked origin actor in the tracking space.

  • source_actor (Actor): [Read-Write] Tracked source actor in the tracking space.

property origin_actor: Actor

[Read-Write] Tracked origin actor in the tracking space.

Type:

(Actor)

property source_actor: Actor

[Read-Write] Tracked source actor in the tracking space.

Type:

(Actor)