How to choose which plugin to use when creating a room in ue4?

In ue4 sdk, there is nothing like:
roomOptions.Plugins = new string[] { "NameOfYourPlugin" };

Comments