Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/FFocalLengthTable
Wrapper for indices of specific parameters for the focal length table
| Name | FParameters |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/FocalLengthTable.h |
| Include Path | #include "Tables/FocalLengthTable.h" |
Syntax
struct FParameters
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Aggregate | int32 | Tables/FocalLengthTable.h | |
| Fx | int32 | Tables/FocalLengthTable.h | |
| Fy | int32 | Tables/FocalLengthTable.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsValid
(
int32 InParameterIndex |
Returns if a parameter index is valid (not including the aggregate value) | Tables/FocalLengthTable.h | |
static bool IsValidOrAggregate
(
int32 InParameterIndex |
Returns if a parameter index is valid or the aggregate value | Tables/FocalLengthTable.h |