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