[Replication] Server not replicating actor to clients

Network Relevancy determines if a client should receive updates for certain actors. This is something that isn’t exposed much to Blueprints. In C++ you would overwrite the IsNetRelevantFor function to implement your own rules. For example actors that are too far away from the client aren’t relevant.

See: Actor Relevancy and Priority | Unreal Engine Documentation