Search code examples
unreal-engine4packagingunreal-engine5

Unreal Engine Packaging


Is it possible to package an unreal engine project into one file? Instead of having many other dependency's with the exe after packaging. Obviously this isn't a necessity, but it'd be cool if it's possible!

Thanks in advance for any help!


Solution

  • As far i know it is not possible to build one single file from editor, but the project itself is already packed in a .pak file, so I don't understand clearly what you are asking.

    • If you want a single exe file to distribute your project, you can achieve this by using innoSetup to create a .exe that install "WindowsNoEditor" folder content. By doing this your app will be listed in windows list.

    Here's the documentation btw https://jrsoftware.org/isdl.php