Hi Jonathan:
The solution should be fine, but some other questions came to my mind, I hope you can help me again:
- Just want to make sure these codes are to be added in
MyProj.Build.cs, right? - If I add these codes, then
MyModulewould be compiled if I’m building the editor version ofMyProj, but I can’t specify which editor version. Is there any method to makeMyModuleonly compiles for certain build configuration, I mean the configuration likeDevelopment Editor+Win64. Maybe I only want to buildMyModulefor Debug build or maybe some custom added configuration? - I’m adding codes like
OutExtraModuleNames.Add("MyModule")in theMyProjEditor.Target.csright now, is this the same thing? - Is there any documentation explaining how things like
PrivateDependencyModuleNameswork? There are so many of them and the only documentation is the comment of these variables, it would be great if any more detailed explanation (maybe with example use) exist.
Thanks.
Marson