From 851f31996a3cc1928fbdaed52187db9e86536dde Mon Sep 17 00:00:00 2001 From: Zylox <76428709+zyloxmods@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:26:48 +0200 Subject: [PATCH] Update FortPartyContext.h --- Source/FortniteGame/Public/FortPartyContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/FortniteGame/Public/FortPartyContext.h b/Source/FortniteGame/Public/FortPartyContext.h index 2ffccb86..413ea618 100644 --- a/Source/FortniteGame/Public/FortPartyContext.h +++ b/Source/FortniteGame/Public/FortPartyContext.h @@ -94,8 +94,8 @@ private: UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) UFortUITeamInfo* LocalPlayerTeam; - UPROPERTY(BlueprintReadWrite, EditAnywhere, Transient, meta=(AllowPrivateAccess=true)) - TSet PendingChangedMemberInfos; + // UPROPERTY(BlueprintReadWrite, EditAnywhere, Transient, meta=(AllowPrivateAccess=true)) + //TSet PendingChangedMemberInfos; UPROPERTY(BlueprintReadWrite, Config, EditAnywhere, meta=(AllowPrivateAccess=true)) bool bShouldTryToJoinEpicPartyOnConsoleFailure;