I think the content of FindInternetSession has changed in ue5. SESSION_PRESENCE is not work in GameInstance.
I believe this is deprecated but can still be used. However, in 5.4 they changed the includes needed for certain things and this would be one of them.
Add the following include and it should work:
#include "Online/OnlineSessionNames.h"
Thanks to you, I think Iām back on track!
1 Like