Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/Tables
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/STMapTable.h |
| Include | #include "Tables/STMapTable.h" |
Syntax
USTRUCT&40;&41;
struct FSTMapZoomPoint
Remarks
STMap data associated to a zoom input value
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsCalibrationPoint | Whether this point was added in calibration along distortion | |
| FDerivedDistortionData | DerivedDistortionData | Derived distortion data associated with this point | |
| FSTMapInfo | STMapInfo | Data for this zoom point | |
| float | Zoom | Input zoom value for this point |