In the course we made variable MySessionName = FName(“Co-op Adventure Session Name”) and we also have delegate variable ServerName.
Can someone explain to me difference between session name and server name when we create/join sessions?
What’s the purpose of each variable?
Can session name be the same as server name or they should be different?
Why do we have to deal with to IMO similar variables?
Why don’t we use
SessionInterface->CreateSession(0, ServerName, SessionSettings)
instead of
SessionInterface->CreateSession(0, MySessionName, SessionSettings)
?
Couldn’t find any helpful information in google, so I would really appreciate if someone could help me or give a link to a documentation.