How can I make object follow my mouse cursor?

Hey guys, I don’t have much experience with UE5 but I’m trying my best to learn!

I’m trying to do something here but I’m stuck real bad :frowning:

How can I make object follow my mouse cursor? I’ve been trying it for a few hours now and it’s stressing me out.

You can use a mouse trace on a tick to shoot a laser which will allow your objects to know the location of the mouse. You can then use physics on objects and push them towards the location of the mouse cursor.