Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Encoder table containing mapping from raw input value to nominal value
| Name | FEncodersTable |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/EncodersTable.h |
| Include Path | #include "Tables/EncodersTable.h" |
Syntax
USTRUCT ()
struct FEncodersTable
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Focus | FRichCurve | Focus curve from encoder values to nominal values | Tables/EncodersTable.h | |
| Iris | FRichCurve | Iris curve from encoder values to nominal values | Tables/EncodersTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearAll() |
Removes all focus and iris points | Tables/EncodersTable.h | |
float GetFocusInput
(
int32 Index |
Returns raw focus value for a given index | Tables/EncodersTable.h | |
float GetFocusValue
(
int32 Index |
Returns focus value for a given index | Tables/EncodersTable.h | |
float GetIrisInput
(
int32 Index |
Returns value for a given index | Tables/EncodersTable.h | |
float GetIrisValue
(
int32 Index |
Returns zoom value for a given index | Tables/EncodersTable.h | |
int32 GetNumFocusPoints() |
Returns number of focus points | Tables/EncodersTable.h | |
int32 GetNumIrisPoints() |
Returns number of focus points | Tables/EncodersTable.h | |
bool RemoveFocusPoint
(
float InRawFocus |
Removes a focus mapping point at the given raw input | Tables/EncodersTable.h | |
bool RemoveIrisPoint
(
float InRawIris |
Removes a iris mapping point at the given raw input | Tables/EncodersTable.h |