| void RemoveZoomPoint(const ELensDataCategory& InDataCategory, float InFocus, float InZoom) | FinalNative+1 flags | | 0x0C |
| void RemoveFocusPoint(const ELensDataCategory& InDataCategory, float InFocus) | FinalNative+1 flags | | 0x08 |
| void MergeFocusPoint(const ELensDataCategory& InDataCategory, float InSrcFocus, float InDestFocus, bool bReplaceExistingZoomPoints) | FinalNative+1 flags | | 0x0D |
| bool HasZoomPoint(const ELensDataCategory& InDataCategory, float InFocus, float InZoom) | FinalNative+1 flags | | 0x0D |
| bool HasSamples(const ELensDataCategory& InDataCategory) | FinalNative+1 flags | | 0x02 |
| bool HasIrisEncoderMapping() | FinalNative+1 flags | | 0x01 |
| bool HasFocusPoint(const ELensDataCategory& InDataCategory, float InFocus) | FinalNative+1 flags | | 0x09 |
| bool HasFocusEncoderMapping() | FinalNative+1 flags | | 0x01 |
| int32 GetTotalPointNum(const ELensDataCategory& InDataCategory) | FinalNative+1 flags | | 0x08 |
| TArray<FSTMapPointInfo> GetSTMapPoints() | FinalNative+1 flags | | 0x10 |
| bool GetSTMapPoint(float InFocus, float InZoom, FSTMapInfo& OutSTMapInfo) | FinalNative+1 flags | | 0x19 |
| TArray<FNodalOffsetPointInfo> GetNodalOffsetPoints() | FinalNative+1 flags | | 0x10 |
| bool GetNodalOffsetPoint(float InFocus, float InZoom, FNodalPointOffset& OutNodalPointOffset) | FinalNative+1 flags | | 0x51 |
| TArray<FImageCenterPointInfo> GetImageCenterPoints() | FinalNative+1 flags | | 0x10 |
| bool GetImageCenterPoint(float InFocus, float InZoom, FImageCenterInfo& OutImageCenterInfo) | FinalNative+1 flags | | 0x19 |
| TArray<FFocalLengthPointInfo> GetFocalLengthPoints() | FinalNative+1 flags | | 0x10 |
| bool GetFocalLengthPoint(float InFocus, float InZoom, FFocalLengthInfo& OutFocalLengthInfo) | FinalNative+1 flags | | 0x19 |
| TArray<FDistortionPointInfo> GetDistortionPoints() | FinalNative+1 flags | | 0x10 |
| bool GetDistortionPoint(float InFocus, float InZoom, FDistortionInfo& OutDistortionInfo) | FinalNative+1 flags | | 0x19 |
| float EvaluateNormalizedIris(float InNormalizedValue) | FinalNative+1 flags | | 0x08 |
| float EvaluateNormalizedFocus(float InNormalizedValue) | FinalNative+1 flags | | 0x08 |
| bool EvaluateNodalPointOffset(float InFocus, float InZoom, FNodalPointOffset& OutEvaluatedValue) | FinalNative+1 flags | | 0x51 |
| bool EvaluateImageCenterParameters(float InFocus, float InZoom, FImageCenterInfo& OutEvaluatedValue) | FinalNative+1 flags | | 0x19 |
| bool EvaluateFocalLength(float InFocus, float InZoom, FFocalLengthInfo& OutEvaluatedValue) | FinalNative+1 flags | | 0x19 |
| bool EvaluateDistortionParameters(float InFocus, float InZoom, FDistortionInfo& OutEvaluatedValue) | FinalNative+1 flags | | 0x19 |
| bool EvaluateDistortionData(float InFocus, float InZoom, const FVector2D& InFilmback, ULensDistortionModelHandlerBase* InLensHandler) | FinalNative+1 flags | | 0x21 |
| void ClearData(const ELensDataCategory& InDataCategory) | FinalNative+1 flags | | 0x01 |
| void ClearAll() | FinalNative+1 flags | | 0x00 |
| void ChangeZoomPoint(const ELensDataCategory& InDataCategory, float InFocus, float InExistingZoom, float InNewZoom) | FinalNative+1 flags | | 0x10 |
| void ChangeFocusPoint(const ELensDataCategory& InDataCategory, float InExistingFocus, float InNewFocus) | FinalNative+1 flags | | 0x0C |
| void AddSTMapPoint(float NewFocus, float NewZoom, FSTMapInfo& NewPoint) | FinalNative+1 flags | | 0x18 |
| void AddNodalOffsetPoint(float NewFocus, float NewZoom, FNodalPointOffset& NewPoint) | FinalNative+1 flags | | 0x50 |
| void AddImageCenterPoint(float NewFocus, float NewZoom, FImageCenterInfo& NewPoint) | FinalNative+1 flags | | 0x18 |
| void AddFocalLengthPoint(float NewFocus, float NewZoom, FFocalLengthInfo& NewFocalLength) | FinalNative+1 flags | | 0x18 |
| void AddDistortionPoint(float NewFocus, float NewZoom, FDistortionInfo& NewPoint, FFocalLengthInfo& NewFocalLength) | FinalNative+1 flags | | 0x28 |