Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/ULensDistortionModelHandlerBase
Description
Initialize the handler. Derived classes must set the LensModelClass that they support, if not already set Use the current distortion state to compute the distortion position of an input UV coordinate
Derived Overrides
- UAnamorphicLensDistortionModelHandler::ComputeDistortedUV
- UBrownConradyDULensDistortionModelHandler::ComputeDistortedUV
- UBrownConradyUDLensDistortionModelHandler::ComputeDistortedUV
- USphericalLensDistortionModelHandler::ComputeDistortedUV
| Name | ComputeDistortedUV |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensDistortionModelHandlerBase.h |
| Include Path | #include "LensDistortionModelHandlerBase.h" |
virtual void virtual InitializeHandler PURE_VIRTUALFVector2D ComputeDistortedUV
(
const FVector2D & InScreenUV
) const