From 0fecdf2df7e8cab080eda226a12d69c21218f53e Mon Sep 17 00:00:00 2001 From: Norman Lansing Date: Thu, 26 Mar 2026 21:38:50 -0400 Subject: [PATCH] Lesson 56 - API Test HUD --- .../.idea.FPSTemplate.dir/.idea/workspace.xml | 26 +++---------- Config/DefaultEngine.ini | 35 ++++++++++++++++++ .../Blueprints/Game/BP_MenuGameMode.uasset | Bin 20280 -> 21085 bytes .../APITest/UI/BP_APITestHUD.uasset | Bin 0 -> 24585 bytes .../APITest/UI/WBP_APITestOverlay.uasset | Bin 0 -> 27525 bytes .../DedicatedServers.build.cs | 3 +- .../Private/UI/APITest/APITestHUD.cpp | 18 +++++++++ .../Private/UI/APITest/APITestOverlay.cpp | 4 ++ .../Public/UI/APITest/APITestHUD.h | 31 ++++++++++++++++ .../Public/UI/APITest/APITestOverlay.h | 16 ++++++++ 10 files changed, 112 insertions(+), 21 deletions(-) create mode 100644 Content/DedicatedServers/APITest/UI/BP_APITestHUD.uasset create mode 100644 Content/DedicatedServers/APITest/UI/WBP_APITestOverlay.uasset create mode 100644 Source/DedicatedServers/Private/UI/APITest/APITestHUD.cpp create mode 100644 Source/DedicatedServers/Private/UI/APITest/APITestOverlay.cpp create mode 100644 Source/DedicatedServers/Public/UI/APITest/APITestHUD.h create mode 100644 Source/DedicatedServers/Public/UI/APITest/APITestOverlay.h diff --git a/.idea/.idea.FPSTemplate.dir/.idea/workspace.xml b/.idea/.idea.FPSTemplate.dir/.idea/workspace.xml index 2d074a05..64475584 100644 --- a/.idea/.idea.FPSTemplate.dir/.idea/workspace.xml +++ b/.idea/.idea.FPSTemplate.dir/.idea/workspace.xml @@ -117,26 +117,8 @@ - - - - - - - - + - - - - - - - - - - -