Advanced Sessions Plugin

[QUOTE=JJGG117;741047]
I already have a gamemode that isn’t AdvancedFriends. Is there a way I can combine my gamemode with AdvancedFriends without reparenting? Can I just add the AdvancedFriends interface to my gamemode?

Also, can I get Steam Overlay Invite/Join Friends to work? Or MUST I create a friends list in game?

I’m assuming you meant Game Instance…

But

No because the GameInstance specifically binds to some subsystem delegates, but you can run a parent child architecture as deep as you want so unless the other GameInstance is also c++ it shouldn’t be an issue as you can re-parent it as well.
The interface is for the player controller to receive updates relevant to it instead of handling everything in the game instance, its not required.