Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/Tables
Inheritance Hierarchy
- FBaseFocusCurve
- FSTMapFocusCurve
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/STMapTable.h |
| Include | #include "Tables/STMapTable.h" |
Syntax
USTRUCT ()
struct FSTMapFocusCurve : public FBaseFocusCurve
Remarks
A curve along the focus axis for a single zoom value
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRichCurve | MapBlendingCurve | Curve describing desired blending between resulting displacement maps | |
| 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 | |
| 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 |