Set actor location to mouse position?

I am using PaperZD, and I’m trying to make a cursor actor, and i assumed it would be easy, though despite it seeming simple, I’m stuck. All of the mouse position nodes, like get mouse position on viewport, get mouse position on platform, and get mouse position itself, all yield the same result. The result being that the cursor moves very little in any given direction, not going to the mouses exact position in world. This is the blueprint i am using:

Any help would be appreciated.

are you sure you want the cursor to be an actor and not a widget using
SetMouseCursorWidget

1 Like

The nodes are not set up correctly, direction has been omitted. Even though the cursor lives in 2d screen space, the actors exist in 3d space; try:

1 Like

That worked incredibly well, thank you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.