enum class BlendKeyType : uint32
{
// MPropertyFriendlyName = User Defined Values
BlendKey_ UserValue = 0,
// MPropertyFriendlyName = Velocity
BlendKey_ Velocity = 1,
// MPropertyFriendlyName = Distance
BlendKey_ Distance = 2,
// MPropertyFriendlyName = Remaining Distance
BlendKey_ RemainingDistance = 3,
};