Game state

Hello,
I’m creating a multiplayer game. I would like to know if a client can have access to variable of game state and how.
Thanks

The GameState is for Client and Server. Both have access to it.
The nodes are simply GetGameState and Cast to your Custom one if needed.

The Unreal Online Compendium has a good Image to explain the access of Client/Server to different Classes:

1 Like