Order in which components load, communication between components.

you still have the hard ref on the GetClass ==

Player Controller comes before Character on dedicated server.

Characters are not spawned on the server (GM) until a player joins. On join the controller is created, then player state, then the default pawn.

Player Controller → Player State → Pawn

All three are handled in the same frame server-side, then replicated the next frame.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.