ActorOnClicked broken in topdown template

Hello Everyone,

For some reason the topdown templates character cannot cause ActorOnClicked events to fire. I have checked to see whether the mouse clicks are being consumed and have unchecked the one within SetDestination. I as of now still cant get it working!

I’ve recreated the functionality I want within a simple Actor that has an actor and a SpringArm, however within the topdown template character BP I have a flip flop to switch between TopDown and RTS views.

Is there a tick box I’m missing? My collisions are tracing the actor. But the ActorOnClicked event wont fire! Confused!

Any help very much appreciated

Hello everyone! I have solved the issue, and its very weird!

Disabling Enable Mouse Over Events within the class defaults fixed the issue. Very strange! Ill probs need to look into this further to restore the hover functionality.

Hope this helps others solve this annoying issue! I imagine this event has been consuming somewhere the click events of my left mouse button.