Hey man, I am not using a For each loop. I am pretty new to UE4 so I dont really know how to use it to check all the actors in the array. I`m pretty sure that using it might fix my problem. But how could I do that with the For Each loop?
Because right now the System works, its just that when I Get Index(Lets say 0) and there is nothing in that array slot, it gives me the error. If I put the CameraSystem in the array slot instead it works but the problem is if I were to get more slots so I can make more of them compatible I would need to make more of these Get index nodes.