Make Array doesn't accept two Object References. How do I fix this?

I’m new with Blueprints. Would this be fixed by making a Get Actors of All Class? Then how do I make a class with multiple blueprints? Thanks!

1 Like

You can’t mix object types in arrays. You have two there, if you have a look at the error.

I’m guessing, perhaps, that you are duplicating objects in the content browser?

It’s not necessary, you can have multiple instances of the same BP.

Hey @GiantN0va!

@ClockworkOcean What about using a parent class, though?

If all else fails it can be an array of actors…
To do that you’d need to create an array variable of Actor type, and instead of “Create Array” you’d use “Add” on the Array Variable you have. :slight_smile:

1 Like

Good point…