UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLiveLinkCameraStaticData Struct Reference

#include <LiveLinkCameraTypes.h>

+ Inheritance diagram for FLiveLinkCameraStaticData:

Public Attributes

bool bIsFieldOfViewSupported = false
 
bool bIsAspectRatioSupported = false
 
bool bIsFocalLengthSupported = false
 
bool bIsProjectionModeSupported = false
 
float FilmBackWidth = -1.0f
 
float FilmBackHeight = -1.0f
 
bool bIsApertureSupported = false
 
bool bIsFocusDistanceSupported = false
 
bool bIsDepthOfFieldSupported = true
 
bool bIsDynamicFilmbackSupported = false
 
- Public Attributes inherited from FLiveLinkTransformStaticData
bool bIsLocationSupported = true
 
bool bIsRotationSupported = true
 
bool bIsScaleSupported = false
 
- Public Attributes inherited from FLiveLinkBaseStaticData
TArray< FNamePropertyNames
 

Additional Inherited Members

- Public Member Functions inherited from FLiveLinkBaseStaticData
bool FindPropertyValue (const FLiveLinkBaseFrameData &FrameData, const FName PropertyName, float &OutValue) const
 

Detailed Description

Static data for Camera data.

Member Data Documentation

◆ bIsApertureSupported

bool FLiveLinkCameraStaticData::bIsApertureSupported = false

◆ bIsAspectRatioSupported

bool FLiveLinkCameraStaticData::bIsAspectRatioSupported = false

◆ bIsDepthOfFieldSupported

bool FLiveLinkCameraStaticData::bIsDepthOfFieldSupported = true

◆ bIsDynamicFilmbackSupported

bool FLiveLinkCameraStaticData::bIsDynamicFilmbackSupported = false

◆ bIsFieldOfViewSupported

bool FLiveLinkCameraStaticData::bIsFieldOfViewSupported = false

◆ bIsFocalLengthSupported

bool FLiveLinkCameraStaticData::bIsFocalLengthSupported = false

◆ bIsFocusDistanceSupported

bool FLiveLinkCameraStaticData::bIsFocusDistanceSupported = false

◆ bIsProjectionModeSupported

bool FLiveLinkCameraStaticData::bIsProjectionModeSupported = false

◆ FilmBackHeight

float FLiveLinkCameraStaticData::FilmBackHeight = -1.0f

◆ FilmBackWidth

float FLiveLinkCameraStaticData::FilmBackWidth = -1.0f

The documentation for this struct was generated from the following file: