Reduce coupling in the unreal side
This commit is contained in:
@@ -7,6 +7,7 @@ public class Integration : ModuleRules
|
||||
public Integration(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
|
||||
bUseUnity = false;
|
||||
|
||||
PublicDependencyModuleNames.AddRange(new string[] {
|
||||
"Core",
|
||||
|
||||
Reference in New Issue
Block a user