unreal.TrackingAlignmentSample¶
- class unreal.TrackingAlignmentSample(transform_a: Transform = Ellipsis, transform_b: Transform = Ellipsis)¶
Bases:
StructBaseSingle sample as part of a Tracking Alignment calibration, holding transform samples from both Tracking space A and B.
C++ Source:
Plugin: CameraCalibration
Module: TrackingAlignment
File: TrackingAlignmentSample.h
Editor Properties: (see get_editor_property/set_editor_property)
transform_a(Transform): [Read-Only] Transform sample from Tracking Space A.transform_b(Transform): [Read-Only] Transform sample from Tracking Space B.