Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Focal length associated to a zoom value
| Name | FFocalLengthZoomPoint |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/FocalLengthTable.h |
| Include Path | #include "Tables/FocalLengthTable.h" |
Syntax
USTRUCT (BlueprintType )
struct FFocalLengthZoomPoint
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsCalibrationPoint | bool | Whether this focal length was added along calibrated distortion parameters | Tables/FocalLengthTable.h | |
| FocalLengthInfo | FFocalLengthInfo | Value expected to be normalized (unitless) | Tables/FocalLengthTable.h | |
| Zoom | float | Input zoom value for this point | Tables/FocalLengthTable.h |