Navigation
API > API/Plugins > API/Plugins/LensComponent
Specifies from where the distortion state information comes
| Name | EDistortionSource |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/LensComponent/Source/LensComponent/Public/LensComponent.h |
| Include Path | #include "LensComponent.h" |
Syntax
enum EDistortionSource
{
LensFile,
LiveLinkLensSubject,
Manual,
}
Values
| Name | Remarks |
|---|---|
| LensFile | Distortion state is evaluated using the LensFile |
| LiveLinkLensSubject | Distortion state is inputted directly from a LiveLink subject |
| Manual | Distortion state is set manually by the user using the Distortion State setting below |