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