Refreshing spline mesh compoments during game

In the end I solved this by adding every spline mesh component into array when it is created, when I create new point in spline and proceed by adding spline mesh component for new version I go through array of static mesh references and delete each one of them, then add new spline mesh components.