How to get vertex positions of spline mesh component in world space?

How to get vertex positions of spline mesh component in world space?

Vertex positions of static mesh component can be calculated by applying component’s transform to position buffer of static mesh (as showed and explained in this thread). Do I have to manually apply spline transformations to vertices of a static mesh or world positions are stored somewhere?

Shown how here: