In trying to check if an actor is already spawned but its not working.
My Idea was to run my “Robot spawn Ref” (this is where i store the actors that has been spawned and use as a ref to access them later) thru a loop to compare its class to “actor class array” (Where i store the classes that is going to be spawned). But since there is nothing in the “Robot spawn Ref” (Print string shows 0) my code isnt moving on past the first loop.
Hope someone can point in the right direction! Thanks