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