How can I make mouse cursor move objects around?

Hi,

I’m a relative Unreal noob making a simple card game with a top-down view. I have set the player controller up so that I can use the mouse to interact with the game. I can make simple stuff like having objects transform or get destroyed and such when hovered/clicked, but can’t seem to figure out how I can make the mouse cursor select object (such as a card on a table) and move/drag them around by holding down the mouse key.

Thanks in advance :slight_smile:

Have a look at the ContentExample Project - Mouse Interaction. I think this is exactly what you are looking for

It is indeed. Thank a lot :slight_smile: