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,
};