Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensFile.h |
| Include | #include "LensFile.h" |
Syntax
struct FLensFileEvalData
Remarks
Structure that caches the inputs (and other useful bits) used when evaluating the Lens File
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bWasApplied | True if the evaluated nodal offset was applied to the camera | |
| bool | bWasEvaluated | True if distortion was applied (and the lens distortion handler updated its state) | |
| FLensFileEvalData::@13310 | Camera | Information about the camera associated with the lens evaluation | |
| FLensFileEvalData::@13311 | Distortion | Information about the Distortion evaluation | |
| FVector2D | Filmback | The filmback used when evaluating the distortion data | |
| float | Focus | Focus input | |
| FLensFileEvalData::@13309 | Input | The values that should be used as inputs to the Lut in the LensFile | |
| float | Iris | Iris input | |
| ULensFile * | LensFile | ||
| FLensFileEvalData::@13312 | NodalOffset | Information about the nodal offset evaluation | |
| uint32 | UniqueId | ||
| float | Zoom | Zoom input |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Invalidate () |
Invalidates the data in this structure and avoid using stale or invalid values |