[Help] Collision Mesh for Spline mesh

Greetings all!

I have been trying to set up a track system for Ark but have come across the issue of not having any collision meshes on my generated spline meshes.

I have the tracks generated in the editor and it creates the geometry on the fly

But the collision mesh does not carry over

The static mesh that the spline utilizes does have a collision box on it

Also, I still need to figure out how to place the spline keys in game, and have a cart follow the track. But those are issues for a different time.

Thank you in advance,
HalbergM

You probably need to setup the collision in the details panel of your “Add SplineMeshComponent” node:

1 Like

Thank Mezzow, I tried enabling every other collision and overlooked that node. Works like a charm now, thank you!