Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Live Link Open Track IOFrame Data' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Open Track Data | Access to the received OpenTrackIO data |
| real | Distortion Parameters | Parameters used by the distortion model |
| vector2d struct | Fx Fy | Normalized focal length used by the distortion model |
| vector2d struct | Image Center | Normalized center of the image, in the range [0.0f, 1.0f] |
| real | Field Of View | Field of View of the camera in degrees |
| real | Aspect Ratio | Aspect Ratio of the camera (Width / Heigth) |
| real | Focal Length | Focal length of the camera |
| real | Aperture | Aperture of the camera in terms of f-stop |
| real | Focus Distance | Focus distance of the camera in cm. Works only in manual focus method |
| enum | Projection Mode | ProjectionMode of the camera (Perspective, Orthographic, etc...) |
| real | Film Back Width | Used with CinematicCamera. Values greater than 0 will be applied if bIsDynamicFilmbackSupported is true on static data. |
| real | Film Back Height | Used with CinematicCamera. Values greater than 0 will be applied if bIsDynamicFilmbackSupported is true on static data. |
| transform | Transform | Transform of the frame |
| struct | Meta Data | Frame's metadata. |
| real | Property Values | Values of the properties defined in the static structure. Use FLiveLinkBaseStaticData.FindPropertyValue to evaluate. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Live Link Open Track IOFrame Data |