unreal.LiveLinkOpenTrackIOLens_DistortionCoeff

class unreal.LiveLinkOpenTrackIOLens_DistortionCoeff(model: Name = 'None', radial: None = [], tangential: None = [], overscan: float = 0.0, custom: None = [])

Bases: StructBase

Live Link Open Track IOLens Distortion Coeff

C++ Source:

  • Plugin: LiveLinkOpenTrackIO

  • Module: LiveLinkOpenTrackIO

  • File: LiveLinkOpenTrackIOTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • custom (Array[float]): [Read-Write] This is not currently in the spec but it would simplify sending any set of unnamed parameters

  • model (Name): [Read-Write]

  • overscan (float): [Read-Write]

  • radial (Array[float]): [Read-Write]

  • tangential (Array[float]): [Read-Write]

property custom: None

[Read-Write] This is not currently in the spec but it would simplify sending any set of unnamed parameters

Type:

(Array[float])

property model: Name

[Read-Write]

Type:

(Name)

property overscan: float

[Read-Write]

Type:

(float)

property radial: None

[Read-Write]

Type:

(Array[float])

property tangential: None

[Read-Write]

Type:

(Array[float])