Hi I’m stuck I have an array for actor classes and I need to add into an array of actors an actor from each of these classes. How would I go about this? The code that won’t connect up look like this:
You trying to add a class to an reference its like you trying to stack together the building blueprints with the real building. You missing a step and need to spawn the actor to the world or you need to change the Props Array to class array or change the Props to array of references.