I tried to use item_spawner_device it doesn’t seem to havr such functionality. Is there any other option to spawn specific item at specific location?
you place the item spwner where you want the item to spawn?
or you not wanting to see the item spawner ?
make a mesh
put it in a blueprint - make mesh a hidden actor in game
put that blueprint on the stage
put your item spawner on stage
parent the item spawner to the blueprint in the outliner
use verse code to move the blueprint
You’re done.
This isn’t working for me because when the item spawner moves to a new position, calling SpawnItem() will result in the item spawner spawning the item in the old, original position! Seems like this is a known bug Item spawn device don't spawn item on new location , wondering if there’s any other workarounds I can try, thanks!