Spline mesh mouse events not triggering

Hi All,

I am trying to bind a mouse event (OnBeginCursorOver) to a spline mesh component, but no matter what I do, the event never triggers. I have tried all I can think off, like change the collision type, make sure input input is enabled and tested on a static mesh component instead (Which works).

Can anyone tell me, if spline mesh just doesn’t trigger mouse events?

Make sure

1-Mouse events are enabled

2- You SplineMeshCompoenet has Collision and blocking Visiblity

Hello, I have both enabled correctly and it still doesn’t work, any idea ?