Enum ELiveLinkCameraProjectionMode Path C++ Link /Script/LiveLinkInterface.ELiveLinkCameraProjectionMode underlying uint8 /Script/LiveLinkInterface Values 3 NameValueHex Perspective00x00Orthographic10x01ELiveLinkCameraProjectionMode_MAX20x02 Used by 1types with a member, parameter or interface of this type FLiveLinkCameraFrameData // /Script/LiveLinkInterface.ELiveLinkCameraProjectionMode enum class ELiveLinkCameraProjectionMode : uint8 { Perspective = 0, Orthographic = 1, ELiveLinkCameraProjectionMode_MAX = 2, };