Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/Roles
Inheritance Hierarchy
- FLiveLinkBaseStaticData
- FLiveLinkTransformStaticData
- FLiveLinkCameraStaticData
- FLiveLinkLensStaticData
References
Module | LiveLinkInterface |
Header | /Engine/Source/Runtime/LiveLinkInterface/Public/Roles/LiveLinkCameraTypes.h |
Include | #include "Roles/LiveLinkCameraTypes.h" |
Syntax
struct FLiveLinkCameraStaticData : public FLiveLinkTransformStaticData
Remarks
Static data for Camera data.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bIsApertureSupported | Whether Aperture in frame data can be used. |
![]() |
bool | bIsAspectRatioSupported | Whether AspectRatio in frame data can be used. |
![]() |
bool | bIsDepthOfFieldSupported | Set to false to force the camera to disable depth of field. |
![]() |
bool | bIsFieldOfViewSupported | Whether FieldOfView in frame data can be used. |
![]() |
bool | bIsFocalLengthSupported | Whether FocalLength in frame data can be used. |
![]() |
bool | bIsFocusDistanceSupported | Whether FocusDistance in frame data can be used. |
![]() |
bool | bIsProjectionModeSupported | Whether ProjectionMode in frame data can be used. |
![]() |
float | FilmBackHeight | Used with CinematicCamera. Values greater than 0 will be applied. |
![]() |
float | FilmBackWidth | Used with CinematicCamera. Values greater than 0 will be applied. |