Windows CLI tool for Unreal Engine project packaging and delivery. Packages UE projects, runs preflight checks, and uploads builds to HydraTransfer for distribution.
| Runs on | Windows developer workstations |
| Type | CLI tool (not a server) |
| Release | https://releases.experiencenet.com/hydraunrealengine/production/latest.json |
| Binary | hydraunrealengine.exe (downloaded from release server) |
Download the latest binary from the release server:
Invoke-WebRequest -Uri 'https://releases.experiencenet.com/hydraunrealengine/production/latest/hydraunrealengine-windows-amd64.exe' -OutFile hydraunrealengine.exe
Or use self-update:
hydraunrealengine update
hydraunrealengine version
hydraunrealengine context create --project "C:\Path\To\Project.uproject" --config Shipping --platform Win64
hydraunrealengine package
After packaging, upload the build to HydraTransfer:
hydraunrealengine deliver
Before packaging, HydraUnrealEngine runs preflight checks to catch common issues:
Builds are uploaded to HydraTransfer using chunked uploads (10 MB chunks) with SHA256 verification. Large builds (10+ GB) are handled reliably this way.
Developer
→ hydraunrealengine package (builds UE project)
→ hydraunrealengine deliver (uploads to HydraTransfer)
→ Share download link with team / agency
URL: https://hydraunrealengine.experiencenet.com
Web service that manages packaging jobs triggered via the UI. Runs on Hetzner, exposes a job queue API consumed by the hydrapipeline dashboard.
curl https://hydraunrealengine.experiencenet.com/api/v1/health
curl -H "Authorization: Bearer $HYDRAUNREALENGINE_ADMIN_TOKEN" \
https://hydraunrealengine.experiencenet.com/api/v1/jobs
Expected: {"jobs":[{"status":"idle"}]} when no job is running, or the last job state with status, config, startedAt, and downloadUrl when completed.
When jobs_url and admin_token are configured for hydraunrealengine-server in hydrapipeline's config, a collapsible UE Jobs panel appears inline under hydraunrealengine-server in the Upstream (Ingest) card. Shows status, platform, config, started time, and a download link for completed jobs. Hidden when status is idle (no job run since last server start).
hydratransfer.experiencenet.comEach preflight check provides specific guidance. Follow the instructions in the error message. Common fixes: