UCameraLensDistortionAlgo::GetLensDistortion

Returns the lens distortion calibration data

Windows
MacOS
Linux

References

Module

CameraCalibrationCore

Header

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/CameraLensDistortionAlgo.h

Include

#include "CameraLensDistortionAlgo.h"

Syntax

virtual bool GetLensDistortion
(
    float & OutFocus,
    float & OutZoom,
    FDistortionInfo & OutDistortionInfo,
    FFocalLengthInfo & OutFocalLengthInfo,
    FImageCenterInfo & OutImageCenterInfo,
    TSubclassOf< ULensModel > & OutLensModel,
    double & OutError,
    FText & OutErrorMessage
)

Remarks

Returns the lens distortion calibration data

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss