I have a multiplayer game that has a level builder.
The server/host will spawn all the objects of the custom level. (Blueprint Actors).
Sometimes, when a client joins after objects have been spawned, they might not show up for the Client. This is randomly happening on all objects.
Does this mean the network is too congested for the objects to appear on the client and is there a work around for this?