ULensDistortionModelHandlerBase::GetDistortedUVs

Computes the distorted version of UndistortedUVs based on the current state

Windows
MacOS
Linux

References

Module

CameraCalibrationCore

Header

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

Include

#include "LensDistortionModelHandlerBase.h"

Source

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/LensDistortionModelHandlerBase.cpp

Syntax

TArray< FVector2D > GetDistortedUVs
(
    TConstArrayView< FVector2D > UndistortedUVs
) const

Remarks

Computes the distorted version of UndistortedUVs based on the current state

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