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

17 lines
300 B
C
Raw Normal View History

2026-03-26 21:38:50 -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()
};