s.AsyncLoadingAlwaysProcessPackages

s.AsyncLoadingAlwaysProcessPackages

#Overview

name: s.AsyncLoadingAlwaysProcessPackages

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoading.cpp:573

Scope: file

Source code excerpt:

static int32 GAsyncLoadingAlwaysProcessPackages = 0;
static FAutoConsoleVariableRef CVarAsyncLoadingAlwaysProcessPackages(
	TEXT("s.AsyncLoadingAlwaysProcessPackages"),
	GAsyncLoadingAlwaysProcessPackages,
	TEXT("When flushing, will process all packages instead of only what's needed. (Used to avoid a hard to repro potential deadlock)"),
	ECVF_Default
	);

static int32 GFlushStreamingOnExit = 1;