Advanced Sessions Plugin

[QUOTE=MASSIVE Can;746565]
Hey ! Firstly thank you so much for this life saver plugin. I have been using it for 2 weeks with steam subsystem and I have two quick question:
1- I want players to invite and join sessions for Co-Op mode and creating squad (for join to dedicated server together). As I know there is a Game instance for handle it. But I’m using Generic Shooter’s Game Instance now. How Can I handle invite/join without your game instance?
2- I want to use dedicated servers. There is a boolen option for it at input of create advanced session node. But how can I use it to create dedicated server session under steam subsystem? Can anyone help me about this topic?

No you have to use my game instance if you want to receive “OnInviteAccepted”, but if you set the parent of the Generic Shooters Game Instance to the AdvancedFreindsGameInstance it will work.

True dedicated servers require a hand built version of the engine, the bool is there so that people doing that can keep the same node structure, you can’t use the dedicated bool without building the engine manually.