Help with Spawning Objects without placing them

So i wanted to build a building system up.

I just learned inventory thanks to the help of all the people here who helped me with the parts that i couldnt do…

So what i want is to spawn a object in my scene which is going to be a object with a fairly translucent texture. i want that object to move as i move with my mouse. i only want help on the how to move the object with my mouse. if there are any sources or references, just link them up. any blueprints will help. i would like to avoid checking full building tutorials on youtube and do as much as i can myself.
i just lack knowledge about doing stuff relating spawning and moving those around.

To understand the goal of this, are you trying to just have the spawned object follow your mouse location? Or are you trying to spawn the object and possibly place it where your mouse is?

i want to first move my spawned object and make it follow my mouse location and then place it where i want it to be placed

Nevermind i got this working with this some logic and using the add staticmesh component node :). ty chada anyway for atleast replying.

i found the answer :slight_smile: