Editing this value in a Class Default Object not allowed?

Your variable type is object, it needs to be class. Object means an instance, but since a Blueprint is a class an not yet an instance, it can’t reference objects, only other classes.

Set it to Class Reference, recompile and you should be able to define the array now

6 Likes