Advanced Sessions Plugin

[quote=“SaphiGoat, post:2771, topic:30020”]

There are any know limits for the Extra Settings with a steam Session?

Yes, on the back end its just a string field that is sent on to steam, dedicated servers specifically have a rather low field limit and UE4 passes a lot of its own info in it already so its pretty sparse.

You need to use as small of field IDS as possible (M for map for example, bytes for an enum of maps instead of their name, ect).

Its hard to declare exactly how much space is left because the engine itself writes to it.