Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Base focus curve struct
| Name | FBaseFocusCurve |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/BaseLensTable.h |
| Include Path | #include "Tables/BaseLensTable.h" |
Syntax
USTRUCT ()
struct FBaseFocusCurve
Derived Classes
FBaseFocusCurve derived class hierarchy
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKeyHandle AddPointToCurve
(
FRichCurve& InCurve, |
Adds a new key to the specified curve | Tables/BaseLensTable.h | |
void ChangeFocusInCurve
(
FRichCurve& InCurve, |
Changes the focus of a key in the specified curve | Tables/BaseLensTable.h | |
void DeletePointFromCurve
(
FRichCurve& InCurve, |
Deletes a key at the specified focus from the specified curve | Tables/BaseLensTable.h | |
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 | Tables/BaseLensTable.h | |
FKeyHandle SetPointInCurve
(
FRichCurve& InCurve, |
Sets the value of an existing key in the specified curve | Tables/BaseLensTable.h |