Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/FNodalOffsetTable
Wrapper for indices of specific parameters for the nodal offset table
| Name | FParameters |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/NodalOffsetTable.h |
| Include Path | #include "Tables/NodalOffsetTable.h" |
Syntax
struct FParameters
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Location | int32 | Tables/NodalOffsetTable.h | |
| Rotation | int32 | Tables/NodalOffsetTable.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 Compose
(
int32 InParameterIndex, |
Composes the parameter and axis indices into a single value | Tables/NodalOffsetTable.h | |
static void Decompose
(
int32 InComposedIndex, |
Composes a combined index into a parameter index and an axis | Tables/NodalOffsetTable.h | |
static bool IsValidComposed
(
int32 InComposedIndex |
Returns if a composed parameter index is valid | Tables/NodalOffsetTable.h |