I have objects that I create using CreateEX. I need these creation calls to happen after level initialisation on the clients, because I create a procedural level on the host and send over the data for the clients to create the same level.
How do I do this?