live-coding-refresh

Trigger Unreal Engine Live Coding compilation via Ctrl+Alt+F11 keystroke.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to quickly recompile your Unreal Engine C++ code without restarting the editor, significantly speeding up the development iteration cycle.

Core Features & Use Cases

  • Hot Reload: Triggers Unreal Engine's Live Coding feature to apply code changes instantly.
  • Keystroke Automation: Sends the Ctrl+Alt+F11 shortcut to the Unreal Editor window.
  • Use Case: After making a small change to a C++ function in your Unreal Engine project, you can use this skill to hot reload the code and see the effect immediately in the running editor, rather than waiting for a full rebuild and restart.

Quick Start

Use the live-coding-refresh skill to trigger a hot reload in the Unreal Editor.

Frequently Asked Questions about live-coding-refresh

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

FAQPage Schema
How do I trigger Unreal Engine Live Coding to hot reload C++ changes?

You can trigger Unreal Engine Live Coding by sending the Ctrl+Alt+F11 keystroke combination to the running editor process, which applies C++ code changes instantly without a full editor restart.

Can I use hot reload in Unreal Engine without restarting the editor?

Yes, hot reload in Unreal Engine allows you to apply C++ code changes instantly without restarting the editor by triggering the Live Coding feature during your development iteration cycle.

What are the requirements for using Live Coding with Unreal Engine C++?

Using Live Coding requires the Unreal Editor to be open and responsive, with Live Coding explicitly enabled in your editor preferences to facilitate rapid iteration on C++ code changes.

Does Live Coding in Unreal Engine support build automation for rapid iteration?

Live Coding supports build automation by triggering compilation via a specific keystroke combination, allowing you to rapidly iterate on C++ game development changes without waiting for a full rebuild.

Why does Unreal Engine Live Coding fail to apply my C++ code changes?

Live Coding fails if the Unreal Editor is not open and responsive, or if the Live Coding feature is not enabled in your editor preferences before attempting to send the compilation keystroke.