Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/FImageCenterFocusPoint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRichCurve * GetCurveForParameter
(
int32 InParameterIndex |
Gets the curve for the specified parameter, or nullptr if the parameter index is invalid | Tables/ImageCenterTable.h | |
FRichCurve * GetCurveForParameter
(
int32 InParameterIndex |
Gets the curve for the specified parameter, or nullptr if the parameter index is invalid | Tables/ImageCenterTable.h |
GetCurveForParameter(int32)
Description
Gets the curve for the specified parameter, or nullptr if the parameter index is invalid
| Name | GetCurveForParameter |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/ImageCenterTable.h |
| Include Path | #include "Tables/ImageCenterTable.h" |
| Source | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/Tables/ImageCenterTable.cpp |
const FRichCurve * GetCurveForParameter
(
int32 InParameterIndex
) const
GetCurveForParameter(int32)
Description
Gets the curve for the specified parameter, or nullptr if the parameter index is invalid
| Name | GetCurveForParameter |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/ImageCenterTable.h |
| Include Path | #include "Tables/ImageCenterTable.h" |
| Source | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/Tables/ImageCenterTable.cpp |
FRichCurve * GetCurveForParameter
(
int32 InParameterIndex
)