By default AInfo is explicitly set to not replicated via bReplicates = false;. So you probably want to set bReplicates = true; in your derived C++ constructor if you aren’t doing that yet. You may also want to set bAlwaysRelevant = true; as well.
If that doesn’t help you may need to show some code of how your spawning looks in blueprint/C++.