Files
DedicatedServerCourse/Source/DedicatedServers/Public/UI/HTTP/HTTPRequestManager.h

19 lines
318 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 "UObject/Object.h"
#include "HTTPRequestManager.generated.h"
/**
*
*/
UCLASS(Blueprintable)
class DEDICATEDSERVERS_API UHTTPRequestManager : public UObject
{
GENERATED_BODY()
};