Loading...
Loading...
Unreal Engine: Control the editor via Remote Control API.
npx skill4agent add banab4/ue-cli ue-cliWeb Remote ControlPython Editor Script Pluginue-clinpm install -g @banaba/ue-cli| Command | Description |
|---|---|
| Call a function |
| Read a property |
| Write a property |
| Get object schema |
| Command | Description |
|---|---|
| Browse available objects/functions (offline, from GitHub) |
| Show function signatures with examples |
| Filter by class name |
| Filter by category (subsystem, library) |
| List all API routes (online, from UE) |
| Search assets (online, from UE) |
| Full object schema (online, from UE) |
| Command | Description |
|---|---|
| Execute a bundled Python template |
| List available templates with parameters |
| Command | Description |
|---|---|
| Execute multiple requests |
ue-cli infoue-cli discoverue-cli describe <objectPath>ue-cli getue-cli callue-cli setue-cli script| Flag | Description |
|---|---|
| UE host (default: http://localhost:30010) |
| Preview HTTP request without sending |
| Skip confirmation for write commands |
| HTTP timeout (default: 5000) |
| Print request/response headers |
| Generate undo transaction (call, set) |
callsetscriptbatch--force--dry-run[!CAUTION] Write commands modify editor state and are hard to undo. Usefirst for unfamiliar operations.--dry-run