FX.BatchAsyncBatchSize

FX.BatchAsyncBatchSize

#Overview

name: FX.BatchAsyncBatchSize

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/Engine/Private/Particles/ParticleComponents.cpp:5042

Scope: file

Source code excerpt:

static int32 GBatchParticleAsyncBatchSize = 32;
static FAutoConsoleVariableRef CVarBatchParticleAsyncBatchSize(
	TEXT("FX.BatchAsyncBatchSize"),
	GBatchParticleAsyncBatchSize,
	TEXT("When FX.BatchAsync = 1, controls the number of particle systems grouped together for threading.")
);


FAutoConsoleTaskPriority CPrio_ParticleAsyncTask(