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

17 lines
303 B
C
Raw Normal View History

2026-03-15 09:19:39 -04:00
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "APITestOverlay.generated.h"
/**
*
*/
UCLASS()
class DEDICATEDSERVERS_API UAPITestOverlay : public UUserWidget
{
GENERATED_BODY()
};