Enum EFileMediaOutputPixelFormat Path C++ Link /Script/MediaIOCore.EFileMediaOutputPixelFormat underlying int32 /Script/MediaIOCore Values 3 NameValueHex B8G8R8A800x00FloatRGBA10x01EFileMediaOutputPixelFormat_MAX20x02 Used by 1types with a member, parameter or interface of this type UFileMediaOutput // /Script/MediaIOCore.EFileMediaOutputPixelFormat enum class EFileMediaOutputPixelFormat : int32 { B8G8R8A8 = 0, FloatRGBA = 1, EFileMediaOutputPixelFormat_MAX = 2, };