Setting up UDP endpoints via command line

Is there a way to setup the Unicast Endpoint and add/edit a Static Endpoint under UDP Messaging via Command Line arguments?

Hello,

Yes, you can configure the Unicast Endpoint and Static Endpoints for UDP Messaging via command line arguments.

  • UDPMESSAGING_TRANSPORT_UNICAST
  • UDPMESSAGING_TRANSPORT_STATIC

Example:

YourGame.exe -UDPMESSAGING_TRANSPORT_UNICAST=127.0.0.1:6666 -UDPMESSAGING_TRANSPORT_STATIC=192.168.1.10:6666,192.168.1.11:6666

Thank you. I’ll give this a shot.