Thanks for your link.
The difference in my case is that the components cannot be generated at construct, since the spline is modified at runtime. It comes from the teleport system of the VR template. The spline is generated by simulating a projectile trajectory and adding points to itself. For now I’ve tried spawning the components when teleport is activated, depending on the number of segments of the spline, but it keeps spawning more and more components…