How to get the real name of the session? (EOS)

I am looking for a function that returns the name of the created session.

I have only found one member of GameMode which always has the value “GameSession”

gameMode->GameSession->SessionName

However the real name of the session is “MyGameSession”

I looked for some method in the session interface but I didn’t find anything for the moment.

IOnlineSessionPtr sessionPtr = Online::GetSessionInterface(GetWorld());

Does anyone know how to get it?

Thank you so much!!

3 Likes