Enum EInterchangeAnimationRange Path C++ Link /Script/InterchangePipelines.EInterchangeAnimationRange underlying uint8 /Script/InterchangePipelines Values 4 NameValueHex Timeline00x00Animated10x01SetRange20x02MAX30x03 Used by 1types with a member, parameter or interface of this type UInterchangeGenericAnimationPipeline // /Script/InterchangePipelines.EInterchangeAnimationRange enum class EInterchangeAnimationRange : uint8 { Timeline = 0, Animated = 1, SetRange = 2, MAX = 3, };