You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
A new command for listing on demand TOC files from an S3 compatible endpoint. Usage: UnrealPak.exe -ListTocs -Region="us-east-1" -BucketPath=<some/bucket/path/> -CredentialsFile="s3_credentials.txt" - write json file with -Json="Path/To/File.json". - dump a specific toc: -TocKey=<IoHash> - dump a specific build version: -BuildVersion=<Version> - dump a specific build version and platform: -BuildVersion=<Version> -TargetPlatform=<Platform> - dump chunk object keys with -ChunkKeys=<path/To/File.json> - fetch a specific toc from a public CDN: -TocUrl="http://some.cdn.net/bd22076ca12bfc6feb982ffb064d18f28156606c.iochunktoc" #rb Martin.Ridgers, Paul.Chipchase #rnx [CL 29136404 by per larsson in ue5-main branch]