Epic Developer Community Forums
UnrealBuildTool - How can I disable UBT combining my c++ files into module.moduleName.cpp files?
Development
Programming & Scripting
C++
module
,
unreal-engine
,
unrealbuildtool
,
question
,
CPP
Steve_Robb
(Steve_Robb)
October 20, 2014, 3:56pm
2
Hi,
Try putting ‘bFasterWithoutUnity = true;’ in your MyModule.Build.cs build rules file.
Steve
show post in topic