Hey! I followed a tutorial for creating a basic pickup and I’ve messed with it for quite a while but I can’t seem to figure out how to make it respawn after its been picked up.
Here’s a pic of what my blueprint looks like, so if anyone can help me out, I’d really appreciate it!
Store data from the sphere and pickup such as static mesh, transform, etc. and when you want to respawn them, just call ‘Add Static Mesh Component’ for the two static mesh variables that you stored, and use the transform variables as the transforms.
Thank you! I’ll give it a shot.