Taking 4.25 live

Former-commit-id: 8d82ec41ffb783c0cfbb667ca1aa5061afa74c8e
This commit is contained in:
mordentral
2020-05-05 19:09:42 -04:00
parent 2216aaf041
commit 05497d3226
5 changed files with 8 additions and 8 deletions

View File

@@ -263,7 +263,7 @@ void UAdvancedFriendsGameInstance::OnSessionInviteReceivedMaster(const FUniqueNe
int32 LocalPlayer = 0;
for (int i = 0; i < PlayerList.Num(); i++)
{
if (*PlayerList[i]->PlayerState->UniqueId.GetUniqueNetId() == PersonInvited)
if (*PlayerList[i]->PlayerState->GetUniqueId().GetUniqueNetId() == PersonInvited)
{
LocalPlayer = i;
Player = PlayerList[i];