One Function in particular won't take an array.

It’s giving the Error " accessed none in trying to read property call func array get item" on function CheckIfComboMatches. I can check right up to before the function is called and everything is fine. Once the function is entered it stops working. I’m at a complete loss here.


Here is the inside of the function. It neither returns true or false, so neither option is printed.

I solved own issue. The function happens in a class whose parent is actor and I wasn’t spawning it in the level.