TaskThreadStackSize

TaskThreadStackSize

#Overview

name: TaskThreadStackSize

The value of this variable can be defined or overridden in .ini config files. 1 .ini config file referencing this setting variable.

It is referenced in 1 C++ source file.

#Summary

#Setting Variables

#References In INI files

Location: <Workspace>/Engine/Config/BaseEngine.ini:1450, section: [Core.System]

#References in C++ code

#Callsites

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

#Loc: <Workspace>/Engine/Source/Runtime/Core/Private/Async/TaskGraph.cpp:1344

Scope (from outer to inner):

file
class        class FTaskGraphImplementation final : public FTaskGraphInterface
function     FTaskGraphImplementation

Source code excerpt:


			// GConfig is not initialized yet, the only solution for now is to hardcode desired values
			//GConfig->GetInt(TEXT("Core.System"), TEXT("TaskThreadStackSize"), StackSize, GEngineIni);

			if (GroupName != PrevGroupName)
			{
				UE::Trace::ThreadGroupEnd();
				UE::Trace::ThreadGroupBegin(GroupName);
				PrevGroupName = GroupName;