Navigation
API > API/Plugins > API/Plugins/LensComponent
References
| Module | LensComponent |
| Header | /Engine/Plugins/VirtualProduction/LensComponent/Source/LensComponent/Public/LensComponent.h |
| Include | #include "LensComponent.h" |
Syntax
enum EFIZEvaluationMode
{
UseLiveLink,
UseCameraSettings,
UseRecordedValues,
DoNotEvaluate,
}
Values
| Name | Description |
|---|---|
| UseLiveLink | Evaluate the Lens File with the latest FIZ data received from LiveLink |
| UseCameraSettings | Evaluate the Lens File using the current FIZ settings of the target camera |
| UseRecordedValues | Evaluate the Lens File using values recorded in a level sequence (set automatically when the sequence is opened) |
| DoNotEvaluate | Do not evaluate the Lens File |
Remarks
Mode that controls where FIZ inputs are sourced from and how they are used to evaluate the LensFile