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

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

Comments