Lesson 59 - Game Sessions API Data Asset

This commit is contained in:
Norman Lansing
2026-03-29 19:56:25 -04:00
parent a487c71b44
commit 62243acf46
9 changed files with 103 additions and 23 deletions

View File

@@ -6,6 +6,8 @@
#include "UObject/Object.h"
#include "HTTPRequestManager.generated.h"
class UAPIData;
/**
*
*/
@@ -13,4 +15,9 @@ UCLASS(Blueprintable)
class DEDICATEDSERVERS_API UHTTPRequestManager : public UObject
{
GENERATED_BODY()
protected:
UPROPERTY(EditDefaultsOnly)
TObjectPtr<UAPIData> APIData;
};