I would like to compile my project for Linux, but this page:
Says that I have to compile the engine from source which I can’t do due to having plugins installed which I need.
Can somebody link me a video tutorial on how to do it? The link above isn’t very clear on how to do it and I am not even sure if you have to compile from source.
Does your project contain code? If so, you will need a source version of the engine in order to cross compile for Linux. You can download the source engine from GitHub (Epic Games · GitHub) . If you have plugins as part of your project, this shouldn’t prevent you from cross-compiling, though I have not tried this myself. If you are using plugins for the engine itself, you should be able to copy the plugins to the Engine/Plugins folder for use.
As for karma, the person asking the question gets karma for asking and the accepted answers gets karma as well. Accepting an answer is how we keep track of questions that have been resolved, and posting a new comment (by the original poster or new commenter) will reopen the post to indicate further assistance is needed.
My project does not contain any code, I do however have the Substance plugin.
The karma thing, if you mark it as answered while I asked the question, you get karma but I won’t, if I where to mark it as answered, you would get karma and me as well I am pretty sure.
Sorry for the delayed response. After further investigation I found that engine level plugins are causing the issue with cross compiling a blueprint project for Linux. This has been reported here: Unreal Engine Issues and Bug Tracker (UE-43861) . The only workaround I found was to disable the plugin for the project itself. You can track the report’s status as the issue is reviewed by our development staff. Please be aware that this issue may not be prioritized or fixed soon.
You would need to download and use the source engine for the project to cross-compile to Linux. I have entered a feature request for this behavior that you can follow here: Unreal Engine Issues and Bug Tracker (UE-44547) .