Move to click location?

it’s easy to check if input is working just by connecting the node to a print :P.

But also make sure you’re enabling the mouse input in the begin play event. Just to make sure this is how i did it:

Event BeginPlay -> Show Mouse Cursor -> Enable Mouse Over Events -> Enable Click Events

Or you can activate those in the defaults of your player controller, under the Mouse Interface category (with mouse it’s a bit different than normal inputs).