Lesson 59 - Game Sessions API Data Asset

This commit is contained in:
Norman Lansing
2026-03-15 17:31:56 -04:00
parent 3407b94731
commit d989960b41
8 changed files with 79 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
#include "UObject/Object.h"
#include "HTTPRequestManager.generated.h"
class UAPIData;
/**
*
*/
@@ -14,5 +16,10 @@ class DEDICATEDSERVERS_API UHTTPRequestManager : public UObject
{
GENERATED_BODY()
protected:
UPROPERTY(EditDefaultsOnly)
TObjectPtr<UAPIData> APIData;
};