Lesson 58 - HTTP Request Manager

This commit is contained in:
Norman Lansing
2026-03-29 07:54:19 -04:00
parent 2805d7fb92
commit a487c71b44
10 changed files with 96 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "UI/APITest/APITestManager.h"
void UAPITestManager::ListFleetsButtonClicked()
{
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Red, "List Fleets Button Clicked");
}