unreal.LensDistortionState

class unreal.LensDistortionState(distortion_info: DistortionInfo = Ellipsis, focal_length_info: FocalLengthInfo = Ellipsis, image_center: ImageCenterInfo = Ellipsis)

Bases: StructBase

Lens Distortion State

C++ Source:

  • Plugin: CameraCalibrationCore

  • Module: CameraCalibrationCore

  • File: LensDistortionModelHandlerBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • distortion_info (DistortionInfo): [Read-Write] Distortion Info: Generic array of distortion parameters

  • focal_length_info (FocalLengthInfo): [Read-Write] Focal Length Info: Normalized focal fength in both dimensions

  • image_center (ImageCenterInfo): [Read-Write] Image Center: Normalized center of the image, in the range [0.0f, 1.0f]

property distortion_info: DistortionInfo

[Read-Write] Distortion Info: Generic array of distortion parameters

Type:

(DistortionInfo)

property focal_length_info: FocalLengthInfo

[Read-Write] Focal Length Info: Normalized focal fength in both dimensions

Type:

(FocalLengthInfo)

property image_center: ImageCenterInfo

[Read-Write] Image Center: Normalized center of the image, in the range [0.0f, 1.0f]

Type:

(ImageCenterInfo)