Lesson 60 - Making an HTTP Request

This commit is contained in:
Norman Lansing
2026-03-29 20:20:59 -04:00
parent 62243acf46
commit 1e5885ac26
4 changed files with 48 additions and 22 deletions

View File

@@ -13,7 +13,8 @@ public class DedicatedServers : ModuleRules
"CoreUObject",
"Engine",
"OpenSSL",
"GameplayTags"
"GameplayTags",
"HTTP"
});
PrivateDependencyModuleNames.AddRange(new string[]