Hi I am try to create an actor Blueprint for random spawn other actors. When I reference the actor inside the Random Spawn BP it show the object need a Target. I already created variable for each actor to refence itself. Am I missing something?
You can make an array of Class like this.
You will also need to optimise this with soft reference class to load only what needed so that it cost less memory usage.