ue-editor-launch

Locate and launch UnrealEditor.exe and restore SoftUEBridge reachability for soft-ue-cli workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/moraluco/Illusion-Cursor-dev-kit --skill ue-editor-launch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ue-editor-launch
Source: https://github.com/moraluco/Illusion-Cursor-dev-kit/tree/main/.cursor/skills/ue-editor-launch
Command: npx skills add https://github.com/moraluco/Illusion-Cursor-dev-kit --skill ue-editor-launch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures an interactive UnrealEditor instance is found, launched, and that the SoftUEBridge is reachable before running soft-ue-cli workflows, preventing false negatives from timeouts or 502 errors and avoiding unreliable file-string heuristics.

Core Features & Use Cases

  • Deterministic Editor Launch: Resolve UnrealEditor.exe via an environment override or a known fallback path and start the project .uproject.
  • Bridge Health & Recovery: Wait for and validate SoftUEBridge with soft_ue_cli check-setup/status, handle 502/timeouts, suggest NO_PROXY adjustments, and apply restart-based recovery when needed.
  • Integration with Automation: Recommended script entrypoint to avoid multiple editor instances and to trigger downstream tasks such as blueprint text indexing for Cursor search capabilities.

Quick Start

Ask the agent to "Start the UnrealEditor for the project, ensure SoftUEBridge is reachable, and retry soft_ue_cli check-setup until successful."

Frequently Asked Questions about ue-editor-launch

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

FAQPage Schema
How do I fix soft_ue_cli check-setup failures when SoftUEBridge returns 502?

To fix soft_ue_cli check-setup failures and 502 errors, launch UnrealEditor.exe to start the project .uproject, validate SoftUEBridge reachability, and apply restart-based recovery or NO_PROXY adjustments until the bridge responds successfully.

Why does my Unreal Engine automation workflow fail with a SoftUEBridge timeout?

Unreal Engine automation workflows fail with SoftUEBridge timeouts when no interactive UnrealEditor instance is running. Reliably locating and starting UnrealEditor.exe restores bridge reachability for soft-ue-cli dependent tasks, preventing false negatives.

What is the best way to launch UnrealEditor.exe for Windows automation without starting multiple instances?

The best way to launch UnrealEditor.exe for Windows automation without multiple instances is resolving the executable via environment-variable override or fallback path, then starting the .uproject file as a deterministic script entrypoint.

Can I use an environment variable to override the UnrealEditor.exe path for soft-ue-cli?

Yes, you can use an environment variable to override the UnrealEditor.exe path. The skill applies environment-variable override lookup first, then falls back to a known path resolution to reliably start the project for soft-ue-cli workflows.

How do I restore SoftUEBridge reachability for Unreal Engine blueprint inspection?

To restore SoftUEBridge reachability for blueprint and PIE inspection, launch the project .uproject in UnrealEditor, then repeatedly run soft_ue_cli check-setup and status commands to confirm the bridge is healthy before proceeding.

Does launching UnrealEditor.exe automatically handle proxy issues affecting SoftUEBridge?

Launching UnrealEditor.exe addresses proxy issues by suggesting NO_PROXY adjustments during bridge health checks. If the bridge still returns 502 or times out, the skill applies restart-based recovery strategies to restore connectivity.