You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Add an option to avoid generating DDC for engine packages.
[CL 2509604 by Ben Marsh in Main branch]
This commit is contained in:
committed by
Ben.Marsh@epicgames.com
parent
a5f50a3aa8
commit
04d01d19f0
@@ -81,6 +81,11 @@ int32 UDerivedDataCacheCommandlet::Main( const FString& Params )
|
||||
PackageFilter |= NORMALIZE_ExcludeContentPackages;
|
||||
}
|
||||
|
||||
if ( Switches.Contains(TEXT("PROJECTONLY")) )
|
||||
{
|
||||
PackageFilter |= NORMALIZE_ExcludeEnginePackages;
|
||||
}
|
||||
|
||||
if ( !Switches.Contains(TEXT("DEV")) )
|
||||
{
|
||||
PackageFilter |= NORMALIZE_ExcludeDeveloperPackages;
|
||||
|
||||
Reference in New Issue
Block a user