You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb none #jira UE-182205 #preflight 643d2901c947f6523a2f5845 - Most backends support some form of existence check which is run before a push to prevent uploading data that is already there. Sometimes we want to ignore that check (bugs in the backend etc) and need a way to force that to happen. - The new config option [Core.VirtualizationModule]:ForceCachingOnPull (default false) will do this when set to true. - The file and DDC backends will respect the flag but for now the source control backend will continue to check to avoid accidental pointless revisions being added. [CL 25066347 by paul chipchase in ue5-main branch]