Enum EOpenColorIOViewTransformDirection Path C++ Link /Script/OpenColorIO.EOpenColorIOViewTransformDirection underlying uint8 /Script/OpenColorIO Values 3 NameValueHex Forward00x00Inverse10x01EOpenColorIOViewTransformDirection_MAX20x02 Used by 2types with a member, parameter or interface of this type FOpenColorIOColorConversionSettingsUOpenColorIOColorTransform // /Script/OpenColorIO.EOpenColorIOViewTransformDirection enum class EOpenColorIOViewTransformDirection : uint8 { Forward = 0, Inverse = 1, EOpenColorIOViewTransformDirection_MAX = 2, };