This might be a stupid question, but I’m trying to make a point-and-click puzzle game, where clicking on an object, will cause an animation to occur, but I’m struggling to get the pawns to receive left mouse button clicks.
I’ve tried Event ActorOnClicked and using the on clicked event from a capsule, but neither worked.
I also have it on the level blueprint that on start up “Show Mouse Cursor” and “Enable Click Events” are both on.
You’re close. Note that when you use Event ActorOnClicked, the engine will perform a line trace using Visibility channel, as defined in the Player Controller:
A pawn’s capsule ignores Visibility traces by default: