Skip to content

ueversionator Config Reference

mcoms edited this page Nov 21, 2025 · 2 revisions

Looks like this at .ueversionator

[ueversionator]
baseurl = https://engine.example.com
[ddc]
baseurl = https://ddc.example.com
uploadurl = https://ddc.example.com

ueversionator.baseurl

The cloud storage bucket for engine upload/download

Only GCS (Google Cloud storage) and Backblaze B2 have been tested, but other cloud storage may work.

ddc.baseurl

The S3 cloud storage bucket for Unreal Cloud DDC

ddc.uploadurl

The S3 cloud storage bucket for Unreal Cloud DDC (upload domain path). You may want to use this if you have a proxy URL for downloads that you wish to skip for uploads for performance/limitation reasons. Otherwise, it can be the same as ddc.baseurl.

Clone this wiki locally