TLDR: How do I choose which client is used for a specific section of code (For example if I want the session creation node to use the TrustedServer client and the login node to use GameClient)?
I have a TrustedServer Client for my dedicated server and a GameClient for the players. How do I switch between these clients? When I run my game only the first client in the array (see image) is used.
For example, if I put the TrustedServer client at index 0, I can start a dedicated server but players can’t log in. But if I put the GameClient first then I can’t start a dedicated server.