unreal.NodalPointOffset

class unreal.NodalPointOffset(location_offset=[0.0, 0.0, 0.0], rotation_offset=[0.0, 0.0, 0.0, 1.0])

Bases: unreal.StructBase

Lens nodal point offset

C++ Source:

  • Plugin: CameraCalibrationCore

  • Module: CameraCalibrationCore

  • File: LensData.h

Editor Properties: (see get_editor_property/set_editor_property)

  • location_offset (Vector): [Read-Write] Location Offset

  • rotation_offset (Quat): [Read-Write] Rotation Offset

property location_offset

[Read-Write] Location Offset

Type

(Vector)

property rotation_offset

[Read-Write] Rotation Offset

Type

(Quat)