Navigation
Unreal Engine C++ API Reference > Runtime > LiveLinkInterface > Roles
Inheritance Hierarchy
- FLiveLinkBaseFrameData
- FLiveLinkTransformFrameData
- FLiveLinkCameraFrameData
- FLiveLinkLensFrameData
References
Module | LiveLinkInterface |
Header | /Engine/Source/Runtime/LiveLinkInterface/Public/Roles/LiveLinkCameraTypes.h |
Include | #include "Roles/LiveLinkCameraTypes.h" |
Syntax
struct FLiveLinkCameraFrameData : public FLiveLinkTransformFrameData
Remarks
Dynamic data for camera
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | Aperture | Aperture of the camera in terms of f-stop. |
![]() |
float | AspectRatio | Aspect Ratio of the camera (Width / Heigth) |
![]() |
float | FieldOfView | Field of View of the camera in degrees. |
![]() |
float | FocalLength | Focal length of the camera. |
![]() |
float | FocusDistance | Focus distance of the camera in cm. Works only in manual focus method. |
![]() |
ELiveLinkCameraProjectionMode | ProjectionMode | ProjectionMode of the camera (Perspective, Orthographic, etc...) |