Lesson 60 - Making an HTTP Request

This commit is contained in:
Norman Lansing
2026-03-15 21:46:18 -04:00
parent d989960b41
commit 3912fe52c6
3 changed files with 27 additions and 2 deletions

View File

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