using UnrealBuildTool; public class LocalNotifications : ModuleRules { public LocalNotifications(ReadOnlyTargetRules Target) : base(Target) { PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; bLegacyPublicIncludePaths = false; ShadowVariableWarningLevel = WarningLevel.Warning; PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "DeveloperSettings", "Engine", }); } }