Files
DedicatedServerCourse/Source/DedicatedServers/Public/UI/API_Test/APITestManager.h

22 lines
375 B
C
Raw Normal View History

2026-03-15 17:02:22 -04:00
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "UI/HTTP/HTTPRequestManager.h"
#include "APITestManager.generated.h"
/**
*
*/
UCLASS()
class DEDICATEDSERVERS_API UAPITestManager : public UHTTPRequestManager
{
GENERATED_BODY()
public:
UFUNCTION()
void ListFleetsButtonClicked();
};