Advanced Sessions Plugin

Hi there,

I’ve just started using the plugin, first off, thank you for creating such an easy-to-get-started plugin!!

Precursor: I am using engine version 4.23.0 and the Null online subsystem (DefaultOnlineSubSystem=Null)

I am having a difficult time trying to GetSessionSettings working. It always returns OnFailure. I have tried using the node immediately after CreateAdvancedSession->OnSuccess to no avail. I’ve also tried putting a self-looping delay; reattempt and that has had no luck either.

From debugging the plugin’s C++ source for GetSessionSettings, it successfully gets the SessionInterface, but fails on SessionInterface-GetSessionSettings(NAME_GameSession). This always returns nullptr.

This matches the log I am seeing “GetSessionSettings couldn’t get the session settings!”

Any help would be hugely appreciated.

Cheers