Enum EMediaIOTimecodeFormat Path C++ Link /Script/MediaIOCore.EMediaIOTimecodeFormat underlying int32 /Script/MediaIOCore Values 4 NameValueHex None00x00LTC10x01VITC20x02EMediaIOTimecodeFormat_MAX30x03 Used by 1types with a member, parameter or interface of this type FMediaIOAutoDetectableTimecodeFormat_Backup // /Script/MediaIOCore.EMediaIOTimecodeFormat enum class EMediaIOTimecodeFormat : int32 { None = 0, LTC = 1, VITC = 2, EMediaIOTimecodeFormat_MAX = 3, };