Enum ECustomAttributeBlendType Path C++ Link /Script/Engine.ECustomAttributeBlendType underlying uint8 /Script/Engine Values 3 NameValueHex Override00x00Blend10x01ECustomAttributeBlendType_MAX20x02 Used by 1types with a member, parameter or interface of this type UAnimationSettings // /Script/Engine.ECustomAttributeBlendType enum class ECustomAttributeBlendType : uint8 { Override = 0, Blend = 1, ECustomAttributeBlendType_MAX = 2, };