diff --git a/Source/WhipWing/WhipWing.Build.cs b/Source/WhipWing/WhipWing.Build.cs index d436769..c8c6301 100644 --- a/Source/WhipWing/WhipWing.Build.cs +++ b/Source/WhipWing/WhipWing.Build.cs @@ -12,12 +12,14 @@ public class WhipWing : ModuleRules PrivateDependencyModuleNames.AddRange(new string[] { }); - // Uncomment if you are using Slate UI - // PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" }); - - // Uncomment if you are using online features - // PrivateDependencyModuleNames.Add("OnlineSubsystem"); + PublicIncludePaths.AddRange(new string[] { "WhipWing" }); - // To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true - } + // Uncomment if you are using Slate UI + // PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" }); + + // Uncomment if you are using online features + // PrivateDependencyModuleNames.Add("OnlineSubsystem"); + + // To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true + } }