You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Added a RefName class for identifying references. Unlike the older RefId class, this supports arbitrary ANSI strings with the exclusion of non-printable and invalid filesystem characters. * Refactored IBlobStore and ITreeStore to support RefName identifiers. * Fixed commit replication restarting from a fresh sync whenever a new iteration runs. * Removed replicated executor and unused content ref id from job task definition. #preflight none [CL 21117470 by Ben Marsh in ue5-main branch]