Navigation
API > API/Plugins > API/Plugins/LensComponent
Mode that controls where FIZ inputs are sourced from and how they are used to evaluate the LensFile
| Name | EFIZEvaluationMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/LensComponent/Source/LensComponent/Public/LensComponent.h |
| Include Path | #include "LensComponent.h" |
Syntax
enum EFIZEvaluationMode
{
UseLiveLink,
UseCameraSettings,
UseRecordedValues,
Manual,
DoNotEvaluate,
}
Values
| Name | Remarks |
|---|---|
| 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) |
| Manual | Evaluate the Lens File using values set directly in the details panel or via BP/scripting |
| DoNotEvaluate | Do not evaluate the Lens File |