close-editor

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reliable method to close the Unreal Editor application, whether it's running normally or has become unresponsive.

Core Features & Use Cases

  • Graceful Termination: Attempts to close the editor through standard process termination, allowing for save prompts.
  • Forceful Termination: If graceful closure fails, it forcefully terminates the editor process, useful for unresponsive applications.
  • Verification: Confirms the editor has been closed after the attempted termination.
  • Use Case: You've finished your work in Unreal Engine and want to close the editor without manually navigating menus or dealing with a frozen application.

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 when it becomes unresponsive on Windows?

To close an unresponsive Unreal Editor on Windows, this Skill first attempts graceful process termination and then forcefully terminates the application if necessary. It verifies the editor process status before and after the closure attempt to ensure successful shutdown.

What is the best way to automate closing Unreal Editor without manual input?

The best way to automate closing Unreal Editor is using a process management command that attempts graceful termination to allow save prompts, followed by forceful taskkill if the editor is frozen. This method verifies the process status to confirm the application closed successfully.

Does closing Unreal Editor through the command line allow me to save my work?

Yes, closing Unreal Editor through the command line can allow you to save your work because it first attempts a graceful process termination. This standard termination approach enables save prompts before resorting to a forceful shutdown if the application fails to respond.

Why does Unreal Editor stay open after I try to close it on Windows?

Unreal Editor might stay open because the standard graceful termination failed, requiring a forceful process termination instead. This Skill handles that scenario by checking the editor's process status and applying a forceful taskkill if the initial graceful closure attempt does not work.

Can I use taskkill to force close a frozen Unreal Editor process?

Yes, you can use taskkill to force close a frozen Unreal Editor process. This Skill specifically uses taskkill as a fallback mechanism, attempting a graceful termination first and then forcefully terminating the unresponsive editor process while verifying the final status.

How to verify if the Unreal Editor process has fully terminated on Windows?

To verify if the Unreal Editor process has fully terminated on Windows, this Skill checks the application's process status both before and after the closure attempt. This verification confirms whether the graceful or forceful termination successfully closed the editor.