Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
A curve along the focus axis for a single zoom value
| Name | FSTMapFocusCurve |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/STMapTable.h |
| Include Path | #include "Tables/STMapTable.h" |
Syntax
USTRUCT ()
struct FSTMapFocusCurve : public FBaseFocusCurve
Inheritance Hierarchy
- FBaseFocusCurve → FSTMapFocusCurve
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MapBlendingCurve | FRichCurve | Curve describing desired blending between resulting displacement maps | Tables/STMapTable.h | |
| Zoom | float | The fixed zoom value of the curve | Tables/STMapTable.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/STMapTable.h | |
void ChangeFocus
(
float InExistingFocus, |
Changes the focus value of the point at the specified focus, if one is found | Tables/STMapTable.h | |
bool IsEmpty() |
Gets whether the curve is empty | Tables/STMapTable.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/STMapTable.h | |
void RemovePoint
(
float InFocus, |
Removes the point at the specified focus if one is found | Tables/STMapTable.h | |
void SetPoint
(
float InFocus, |
Updates an existing point if one is found | Tables/STMapTable.h |