How to Check Server Status

It is possible to check the status of a Master Server by getting its node count, which shows how many Room Servers are connected to the Master Server. To get the node count it is necessary to connect to the server and call the Get Node Count function. An example Blueprint is below:

Blueprint to get node count

Note

The node count returned by Get Node Count function indicates all Room Servers (nodes) that are running and connected to the Master Server, regardless of how many rooms they have. It may be different from the number of nodes found by Search Node function with no condition. See a note on SearchNode function.