Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/Tables
Inheritance Hierarchy
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/BaseLensTable.h |
| Include | #include "Tables/BaseLensTable.h" |
Syntax
USTRUCT&40;&41;
struct FBaseLensTable
Remarks
Base data table struct
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | ULensFile |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesFocusPointExists
(
float InFocus, |
Whether the focus point exists | |
| bool | DoesZoomPointExists
(
float InFocus, |
Whether the zoom point exists | |
| void | ForEachFocusPoint
(
FFocusPointCallback InCallback, |
Loop through all Focus Points base on given focus value | |
| void | ForEachLinkedFocusPoint
(
FLinkedFocusPointCallback InCallback, |
Loop through all linked Focus Points base on given focus value | |
| const FBaseFocusPoint * | GetBaseFocusPoint
(
int32 InIndex |
Get the base focus point by given index | |
| FName | GetFriendlyPointName
(
ELensDataCategory InCategory |
Get Names of this Data Point | |
| ULensFile * | GetLensFile () |
Get the pointer to owner lens file | |
| TMap< ELensDataCategory, FLinkPointMetadata > | Returns the map of linked categories | ||
| UScriptStruct * | Get Struct class of this Data Table | ||
| int32 | Get total number of Zoom points for all Focus points of this data table | ||
| bool | HasLinkedFocusValues
(
const float InFocus, |
Whether the linkage exists for given focus value | |
| bool | HasLinkedZoomValues
(
const float InFocus, |
Whether the linkage exists for given focus and zoom values | |
| bool | IsFocusBetweenNeighbor
(
const float InFocusPoint, |
Whether given value fit between Focus Point Neighbors |
Typedefs
| Name | Description |
|---|---|
| FFocusPointCallback | Callback to get the base focus point reference |
| FLinkedFocusPointCallback | Callback to get the linked focus point reference |