- download UE4 from www.GitHUB.com
- VS_Ultimate_2013_with_Update4
- loading the solution in Visual Studio and compiling for Configuration Development / Win x64
Problem: has UE4Editor.exe, but no has UE4Game.exe, can’t Package Project
How do I ?
Problem: has UE4Editor.exe, but no has UE4Game.exe, can’t Package Project
How do I ?
Sounds like you’re coming from UDK? You’ll find everything important about packaging here: Packaging Projects | Unreal Engine Documentation
In short, open the editor, go to File > Package Project > [PlatformName]
UE4Game.exe builds when you package the game
It doesn’t called UE4Game.exe anymore, it calls nameOfProject.exe .
think you very much
I’m also coming from UDK. Haven’t started UE4 yet. So basically you have to package the game every time you want to test as standalone? I know there is a launch as standalone option in editor but that isn’t reliable for final testing and testing resolutions and such.