Hi I’m trying to reference a spawned actor that has spawned using “Spawn Actor from Class” but the return value shows up with “None” even though the actor is spawning in the game… anyone knows why?
I think it has something to do with replication and the authority switch I have in front of the SpawnActor… I need it otherwise 2 actors will spawn instead of 1 for the clients connected to the multiplayer game.