ue5-gamedev

Installation
SKILL.md

UE5 Game Development

C++ coding, Blueprint authoring, editor automation, and build management for Unreal Engine 5 projects.

Infrastructure

UE5 requires a machine with a capable GPU and sufficient RAM. Remote access to the editor is provided through multiple channels. Configure the following environment variables (or use the defaults shown):

Service Env Var Default Purpose
Remote Control API UE5_REMOTE_CONTROL_HOST localhost:8080 Property access, function calls, editor control
UE5 Editor (Remote Exec) UE5_PYTHON_BRIDGE_HOST localhost:30010 Python script execution inside editor
Bridge / Orchestrator (optional) UE5_BRIDGE_HOST localhost:8000 Proxied UE5 commands from an orchestrator service

Project path: Set UE5_PROJECT_PATH to your .uproject directory (e.g., D:\UnrealProjects\MyGame).

C++ coding standards

Follow Epic's conventions strictly:

Related skills
Installs
6
First Seen
Mar 21, 2026