Hi All
I want to set up an input key that allows me to spawn objects at specific coordinates from a specified folder. Ideally it should scroll through each object in the folder every time I hit an input. The objects should spawn one at a time in the exact coordinates.
So for example, imagine I placed a box volume in a specific corner of the room and told it that its going to be a “chair.” Then each time I hit spacebar, it spawns a new chair from the “chair” folder at its coordinates. If there are 5 chair objects in that folder, each time i hit spacebar, it will switch to the next chair in the folder. How can I do this with blueprints?
Thanks in advance for you help.