mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-22 16:04:18 +00:00
add workaround to FindFriendSession node as well
This commit is contained in:
@@ -102,6 +102,14 @@ void UFindFriendSessionCallbackProxy::OnFindFriendSessionCompleted(int32 LocalPl
|
|||||||
{
|
{
|
||||||
FBlueprintSessionResult BSesh;
|
FBlueprintSessionResult BSesh;
|
||||||
BSesh.OnlineResult = Sesh;
|
BSesh.OnlineResult = Sesh;
|
||||||
|
|
||||||
|
// Temp for 5.5, force the values if epic isn't setting them, lobbies should always have these true
|
||||||
|
if (!BSesh.OnlineResult.Session.SessionSettings.bIsDedicated)
|
||||||
|
{
|
||||||
|
BSesh.OnlineResult.Session.SessionSettings.bUseLobbiesIfAvailable = true;
|
||||||
|
BSesh.OnlineResult.Session.SessionSettings.bUsesPresence = true;
|
||||||
|
}
|
||||||
|
|
||||||
Result.Add(BSesh);
|
Result.Add(BSesh);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user