Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/Tables > API/Plugins/CameraCalibrationCore/Tables/FSTMapTable
- FBaseLensTable::BuildParameterCurveAtZoom()
- FSTMapTable::BuildParameterCurveAtZoom()
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/STMapTable.h |
| Include | #include "Tables/STMapTable.h" |
| Source | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/Tables/STMapTable.cpp |
virtual bool BuildParameterCurveAtZoom
(
float InZoom,
int32 ParameterIndex,
FRichCurve & OutCurve
) const
Remarks
Fills OutCurve with points across all focuses that have the given zoom true if the curve was built, otherwise false
Parameters
| Name | Description |
|---|---|
| InZoom | The zoom to get the curve for |
| ParameterIndex | The index of the data parameter to get the curve for |
| OutCurve | The curve to fill |