I essentially want to identify certain actors such that they can do certain things to initialize themselves in their PostBeginPlay. Without having to call an Initialize() function on them after they spawn. We can already set their location and rotation during spawn, which we can then use in their PostBeginPlay.
SpawnTag is just a name value which you can set on actors to identify them. It just seems that it’s not actually usable until after PostBeginPlay.