Array Help

I currently have an array set with 3 spawn points that hold locations. When I want to spawn a single actor all works fine, problems come when I want to spawn from an array. Nothing seems to be spawning. Is there something I’m doing wrong? Or am I completely of track with what I’m doing. Please see images below.

way I have array set up

Way I have it set to spawn

Many Thanks :slight_smile:

You aren’t populating array properly. You aren’t ever calling cast nodes, nor do you have any objects plugged into them. Depending on how you have everything else set up you need to find a way to add your spawn actors to array.

Hi Eddie,

It doesn’t look like you’re populating array at all. Cast To nodes don’t work without an execution input linked to an event chain, and they won’t work without an Object input reference anyway. It’s probably easiest to populate array ahead of time with default values of these classes (CubeRed, CubeBlue, CubeYellow) in Details panel for array variable.