close-editor

Close the Unreal Editor on Windows with graceful or forceful termination.

1|1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/sipherxyz/universal-ue-skills --skill close-editor-sipherxyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: close-editor
Source: https://github.com/sipherxyz/universal-ue-skills/tree/main/skills/close-editor
Command: npx skills add https://github.com/sipherxyz/universal-ue-skills --skill close-editor-sipherxyz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you close the Unreal Editor application, either gracefully to allow for saving or forcefully if it's unresponsive.

Core Features & Use Cases

  • Graceful Close: Attempts to close the editor normally, allowing it to prompt for unsaved changes.
  • Force Close: Immediately terminates the editor process, useful when the editor is stuck.
  • Verification: Checks if the editor is running before and after attempting to close it.
  • Use Case: You've finished your work in Unreal Engine and want to close it without manually navigating menus, or you need to force-quit a frozen editor.

Quick Start

Close the Unreal Editor application.

Frequently Asked Questions about close-editor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I close the Unreal Editor on Windows when it is frozen?

To close the Unreal Editor on Windows when frozen, you can force terminate the application process. This immediately stops the unresponsive editor, bypassing the normal graceful shutdown sequence.

How do I close Unreal Engine gracefully to save unsaved changes?

Closing Unreal Engine gracefully attempts a normal application shutdown, allowing the editor to prompt you for unsaved changes. This ensures your project data is preserved before the Windows process exits.

Can I verify if the Unreal Editor process is still running after attempting to close it?

Yes, you can verify the Unreal Editor process status after closing it. The skill checks the Windows process list both before and after the operation to confirm the editor was successfully terminated.

What is the best way to quit a stuck Unreal Editor without using the Task Manager?

The best way to quit a stuck Unreal Editor without Task Manager is using an automated forceful termination command. It directly targets the Windows process to immediately kill the unresponsive application.

Does closing the Unreal Editor gracefully guarantee the application will exit?

No, closing the Unreal Editor gracefully does not guarantee exit if it is unresponsive. If the normal shutdown fails, a forceful termination of the Windows process is required to close it.

When should I force close Unreal Engine instead of attempting a graceful shutdown?

You should force close Unreal Engine when the application is unresponsive or stuck. Force termination immediately ends the Windows process, whereas a graceful shutdown waits for the editor to close normally.