Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/Tables
Inheritance Hierarchy
- FBaseFocusCurve
- FNodalOffsetFocusCurve
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/NodalOffsetTable.h |
| Include | #include "Tables/NodalOffsetTable.h" |
Syntax
USTRUCT ()
struct FNodalOffsetFocusCurve : public FBaseFocusCurve
Remarks
A curve along the focus axis for a single zoom value
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRichCurve[FNodalOffsetFocusPoint::LocationDimension] | LocationOffset | Focus curve for the location parameters of the nodal offset | |
| FRichCurve[FNodalOffsetFocusPoint::RotationDimension] | RotationOffset | Focus curve for the rotation parameters of the nodal offset | |
| float | Zoom | The fixed zoom value of the curve |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPoint
(
float InFocus, |
Adds a new point to the focus curve, or updates a matching existing point if one is found | |
| void | ChangeFocus
(
float InExistingFocus, |
Changes the focus value of the point at the specified focus, if one is found | |
| const FRichCurve * | GetCurveForParameter
(
int32 InParameterIndex |
Gets the curve for the specified parameter, or nullptr if the parameter index is invalid | |
| FRichCurve * | GetCurveForParameter
(
int32 InParameterIndex |
Gets the curve for the specified parameter, or nullptr if the parameter index is invalid | |
| bool | IsEmpty () |
Gets whether the curve is empty | |
| void | MergeFocus
(
float InExistingFocus, |
Changes the focus value of the point at the specified focus and optionally replaces any point at the new focus with the old point | |
| void | RemovePoint
(
float InFocus, |
Removes the point at the specified focus if one is found | |
| void | SetPoint
(
float InFocus, |
Updates an existing point if one is found |