Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/FFocalLengthTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FFocalLengthFocusCurve * GetFocusCurve
(
float InZoom, |
Gets the focus curve for the specified zoom, or nullptr if none were found | Tables/FocalLengthTable.h | |
FFocalLengthFocusCurve * GetFocusCurve
(
float InZoom, |
Gets the focus curve for the specified zoom, or nullptr if none were found | Tables/FocalLengthTable.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/FocalLengthTable.h |
| Include Path | #include "Tables/FocalLengthTable.h" |
| Source | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/Tables/FocalLengthTable.cpp |
const FFocalLengthFocusCurve * 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/FocalLengthTable.h |
| Include Path | #include "Tables/FocalLengthTable.h" |
| Source | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/Tables/FocalLengthTable.cpp |
FFocalLengthFocusCurve * GetFocusCurve
(
float InZoom,
float InputTolerance
)