Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/FDistortionTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FDistortionFocusCurve * GetFocusCurve
(
float InZoom, |
Gets the focus curve for the specified zoom, or nullptr if none were found | Tables/DistortionParametersTable.h | |
FDistortionFocusCurve * GetFocusCurve
(
float InZoom, |
Gets the focus curve for the specified zoom, or nullptr if none were found | Tables/DistortionParametersTable.h |
GetFocusCurve(float, float)
Description
Gets the focus curve for the specified zoom, or nullptr if none were found
| Name | GetFocusCurve |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/DistortionParametersTable.h |
| Include Path | #include "Tables/DistortionParametersTable.h" |
| Source | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/Tables/DistortionParametersTable.cpp |
const FDistortionFocusCurve * GetFocusCurve
(
float InZoom,
float InputTolerance
) const
GetFocusCurve(float, float)
Description
Gets the focus curve for the specified zoom, or nullptr if none were found
| Name | GetFocusCurve |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/DistortionParametersTable.h |
| Include Path | #include "Tables/DistortionParametersTable.h" |
| Source | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/Tables/DistortionParametersTable.cpp |
FDistortionFocusCurve * GetFocusCurve
(
float InZoom,
float InputTolerance
)