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