Navigation
API > API/Plugins > API/Plugins/LiveLinkLens
Struct for dynamic (per-frame) lens data
| Name | FLiveLinkLensFrameData |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/LiveLinkLens/Source/LiveLinkLens/Public/LiveLinkLensTypes.h |
| Include Path | #include "LiveLinkLensTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FLiveLinkLensFrameData : public FLiveLinkCameraFrameData
Inheritance Hierarchy
- FLiveLinkBaseFrameData → FLiveLinkTransformFrameData → FLiveLinkCameraFrameData → FLiveLinkLensFrameData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DistortionParameters | TArray< float > | Parameters used by the distortion model | LiveLinkLensTypes.h |
|
| FxFy | FVector2D | Normalized focal length used by the distortion model | LiveLinkLensTypes.h |
|
| PrincipalPoint | FVector2D | Normalized center of the image, in the range [0.0f, 1.0f] | LiveLinkLensTypes.h |
|