[Question] Initial Game State Replication

I don’t believe we have any one function in the engine that is called when the client is “fully initialized”. It’s typical to check for the existence of those objects on the client and wait until you have them all depending on what data is required.

Each class has its own nuances.

Maybe if we start with a higher level question of what you’re trying to do?