Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
| Name | FFocalLengthFocusCurve |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/FocalLengthTable.h |
| Include Path | #include "Tables/FocalLengthTable.h" |
Syntax
USTRUCT ()
struct FFocalLengthFocusCurve : public FBaseFocusCurve
Inheritance Hierarchy
- FBaseFocusCurve → FFocalLengthFocusCurve
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Fx | FRichCurve | Focus curve for the x parameter of the focal length | Tables/FocalLengthTable.h | |
| Fy | FRichCurve | Focus curve for the y parameter of the focal length | Tables/FocalLengthTable.h | |
| Zoom | float | The fixed zoom value of the curve | Tables/FocalLengthTable.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/FocalLengthTable.h | |
void ChangeFocus
(
float InExistingFocus, |
Changes the focus value of the point at the specified focus, if one is found | Tables/FocalLengthTable.h | |
const FRichCurve * GetCurveForParameter
(
int32 InParameterIndex |
Gets the curve for the specified parameter, or nullptr if the parameter index is invalid | Tables/FocalLengthTable.h | |
FRichCurve * GetCurveForParameter
(
int32 InParameterIndex |
Gets the curve for the specified parameter, or nullptr if the parameter index is invalid | Tables/FocalLengthTable.h | |
bool IsEmpty() |
Gets whether the curve is empty | Tables/FocalLengthTable.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/FocalLengthTable.h | |
void RemovePoint
(
float InFocus, |
Removes the point at the specified focus if one is found | Tables/FocalLengthTable.h | |
void SetPoint
(
float InFocus, |
Updates an existing point if one is found | Tables/FocalLengthTable.h |