Standalone Mode Does Not Launch from Editor, But PIE Works

Hello,

When I try to run the game in Standalone mode from the Unreal Editor on my main project, it does not start or open. However, running the game in Play In Editor (PIE) mode works fine.

3 Likes

How to fix it:

  • Check your default maps in Project Settings.
  • Make sure all assets are cooked properly.
  • Verify plugins are enabled for runtime, not just the editor.
  • Look at the log files in the Saved/Logs folder to find errors.
  • Avoid using editor-only code in your gameplay logic.
2 Likes

(post deleted by author)

(post deleted by author)