You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Disabled randomized cook order code.
[CL 2471508 by Daniel Lamb in Main branch]
This commit is contained in:
@@ -2407,7 +2407,7 @@ void UCookOnTheFlyServer::AddFileToCook( TArray<FString>& InOutFilesToCook, cons
|
||||
{
|
||||
if (!FPackageName::IsScriptPackage(InFilename))
|
||||
{
|
||||
#if 1 // randomize cook file order, don't check in enabled...
|
||||
#if 0 // randomize cook file order, don't check in enabled...
|
||||
if ( !InOutFilesToCook.Contains(InFilename) )
|
||||
{
|
||||
int Index = FMath::RandRange(0,InOutFilesToCook.Num()-1);
|
||||
|
||||
Reference in New Issue
Block a user