Navigation
API > API/Plugins > API/Plugins/MassEntity > API/Plugins/MassEntity/FMassProcessorDependencySolver
Syntax
const bool bSingleThreadTarget
Remarks
Indicates whether we're generating processor order to be run in single- or multi-threaded environment (usually this meas Dedicated Server vs Any other configuration). In Single-Threaded mode we can skip a bunch of expensive, fine tunning tests. : currently the value depends on MASS_DO_PARALLEL and there's no way to configure it otherwise, but there's nothing inherently stopping us from letting users configure it.