Hi:
I want make a featue: place a static mesh(eg: a box) where the mouse click. I can make many boxes by mouse clicking.
How to build this feature in blueprint editor?
Thanks bro.
Hi:
I want make a featue: place a static mesh(eg: a box) where the mouse click. I can make many boxes by mouse clicking.
How to build this feature in blueprint editor?
Thanks bro.
create a player controller blueprint
create a game mode blueprint
create a blueprint for the mesh you want to spawn
In the player controller blueprint again, create an event for the left mouse button.