From 75c115fad6a03367a418b579dde9fd4b96c2ff3f Mon Sep 17 00:00:00 2001 From: colorindarkness Date: Fri, 13 Oct 2023 03:58:24 -0700 Subject: [PATCH 1/2] Support for UE5.3 --- Source/NetDebugStats/Private/NetDebugStatsFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NetDebugStats/Private/NetDebugStatsFunctions.cpp b/Source/NetDebugStats/Private/NetDebugStatsFunctions.cpp index 005a897..2b688c5 100644 --- a/Source/NetDebugStats/Private/NetDebugStatsFunctions.cpp +++ b/Source/NetDebugStats/Private/NetDebugStatsFunctions.cpp @@ -26,7 +26,7 @@ ENetDebugStatConnectionState UNetDebugStatsFunctions::GetConnectionState(const U if (GET_CONNECTION) { - EConnectionState ConnectionState = PlayerNetConnection->State; + EConnectionState ConnectionState = PlayerNetConnection->GetConnectionState(); switch (ConnectionState) { case USOCK_Closed: From 11971d0a8c1ba486687034d5bd88ca8f8b49fd60 Mon Sep 17 00:00:00 2001 From: colorindarkness Date: Mon, 22 Jan 2024 03:38:56 -0800 Subject: [PATCH 2/2] Remove warning --- NetDebugStats.uplugin | 1 - 1 file changed, 1 deletion(-) diff --git a/NetDebugStats.uplugin b/NetDebugStats.uplugin index 903695a..441da0d 100644 --- a/NetDebugStats.uplugin +++ b/NetDebugStats.uplugin @@ -22,7 +22,6 @@ "WhitelistPlatforms": [ "Win64", "Mac", - "PS4", "IOS", "Android", "Linux",