enum class eSplinePushType : uint32
{
    // MPropertyFriendlyName = Along Spline Direction
    k_eSplinePushAlong = 0,
    // MPropertyFriendlyName = Away from closest point
    k_eSplinePushAway = 1,
    // MPropertyFriendlyName = Towards closest point
    k_eSplinePushTowards = 2,
};