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