Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/Tables
Inheritance Hierarchy
- FBaseFocusCurve
- FDistortionFocusCurve
- FFocalLengthFocusCurve
- FImageCenterFocusCurve
- FNodalOffsetFocusCurve
- FSTMapFocusCurve
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/BaseLensTable.h |
| Include | #include "Tables/BaseLensTable.h" |
Syntax
USTRUCT ()
struct FBaseFocusCurve
Remarks
Base focus curve struct
Functions
| Type | Name | Description | |
|---|---|---|---|
| FKeyHandle | AddPointToCurve
(
FRichCurve& InCurve, |
Adds a new key to the specified curve | |
| void | ChangeFocusInCurve
(
FRichCurve& InCurve, |
Changes the focus of a key in the specified curve | |
| void | DeletePointFromCurve
(
FRichCurve& InCurve, |
Deletes a key at the specified focus from the specified curve | |
| void | MergeFocusInCurve
(
FRichCurve& InCurve, |
Changes the focus of a key in the specified curve and optionally replaces any key that already exists at the new focus | |
| FKeyHandle | SetPointInCurve
(
FRichCurve& InCurve, |
Sets the value of an existing key in the specified curve |