How to make a Variable in a Blueprint Accessible in other Blueprint

Try spawning the Actor from inside the Player BP, not forgetting to put it in the right place in the level (for example, you could use Teleport). Store it as a variable, and you’re sorted. :slight_smile: