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

17 lines
311 B
C
Raw Normal View History

2026-03-29 07:54:19 -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()
};