Advanced Sessions Plugin

[quote=“Mootjuh, post:1766, topic:30020”]

How exactly do the Extra Settings function from a backend perspective? We’re using a custom OSS and Extra Settings don’t seem to save properly when using our own OSS. I have tested it with OSS Null and it does indeed save there.

FOnlineSessionSettings contains


    /** Array of custom session settings */
    FSessionSettings Settings;

The extra settings are added to that array, it is up to the subsystem to correctly parse that array and send it on if it is capable of doing it.

CreateSession in the session interface passes in the FOnlineSessionSettings structure that contains that array.