We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097f08e commit 449cab4Copy full SHA for 449cab4
Source/UnrealEnginePython/UnrealEnginePython.Build.cs
@@ -138,8 +138,11 @@ public UnrealEnginePython(TargetInfo Target)
138
}
139
);
140
141
-
+#if WITH_FORWARDED_MODULE_RULES_CTOR
142
if (Target.bBuildEditor)
143
+#else
144
+ if (UEBuildConfiguration.bBuildEditor)
145
+#endif
146
{
147
PrivateDependencyModuleNames.AddRange(new string[]{
148
"UnrealEd",
0 commit comments