Experiencing a random glitch with my method of spawning actors based on Player Starts. Basically I've given each playerstart in the level a tag, and if it has the appropriate tag, it adds it to an array of possible spawnpoints. All of this functionality happens in the game mode, but when I begin play, I get this error, sometimes multiple times:

What's odd is that it still kind of works... These are the scripts for the GameMode:


Adding more Player Starts to the level with the right tags reduces the amount of times I get the issue, but it still crops up occasionally.
What's odd is that it still kind of works... These are the scripts for the GameMode:
Adding more Player Starts to the level with the right tags reduces the amount of times I get the issue, but it still crops up occasionally.
Comment