I am currently attempting to store a list of child actors in an array which I can reference to pull data from certain entries. The cast itself is casting to the “Master” entry (each object is a child of this master) but the cast fails each time. The array that stores the actors is an object reference array.
P.S.- I also added the master to my array and this cast failed as well.