unreal-engine

Installation
SKILL.md

Unreal Engine Automation

Automate Unreal Engine workflows using the Remote Control API (HTTP/WebSocket), Python scripting in Editor, and C++ automation tests. Supports asset management, level editing, rendering, and build automation.

Direct Control (CLI / API / Scripting)

Remote Control HTTP API

The Remote Control API allows external applications to control Unreal Engine over HTTP.

# Enable Remote Control in Project Settings > Plugins > Remote Control API
# Default endpoint: http://localhost:30010/remote/control

# List all exposed properties
curl http://localhost:30010/remote/control/properties

# Get property value
curl -X PUT http://localhost:30010/remote/control/property \
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026