ProceduralMeshComponent from SplineMeshComponent

Hi! i need some help. I have some SplineMeshComponent. How to make a static mesh or a procedural mesh from this component at runtime?

Hey, as this is rather unspecific I would recommend watching a generic tutorial about the subject: How to make Splines using Blueprints | Spline Meshes | Unreal Engine 5 Tutorial - YouTube.

In essence: Create an actor, add a spline component and a mesh component. Create a loop and depending on the spline length, stretch, rotate and twist the mesh, and add more meshes when the stretching, rotation and twisting is causing visual issues. You need to adapt the spline to the mesh, and vice versa.