Hey guys,
I’ve looked around on the answer hub and I’ve found some references about previous instances of issues with spline mesh collisions.
I am creating my spline meshes at runtime, and I want to be able to change their collision response to the player pawn from ‘Overlap’ to ‘Block’ after an event triggered by the player.
The collisions work perfectly fine when the spline meshes are constructed (i.e. added with ‘Add Spline Mesh Component’) with collision enabled, with or without a custom channel but I suppose that’s the whole issue.
Trying to change collision response/enable it at runtime yields no results.
I can see the collision boxes with debug drawing, and they respond to trace tests, but they seem to refuse to change collision responses at runtime.
Here is my setup, would appreciate any insight!