Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FVersionedNiagaraEmitterData
Syntax
UPROPERTY&40;EditAnywhere, BlueprintReadWrite, Category&61;"Emitter"&41;
bool bDeterminism
Remarks
Toggles whether to globally make the random number generator be deterministic or non-deterministic. Any random calculation that is set to the emitter defaults will inherit this value. It is still possible to tweak individual random to be deterministic or not. In this case deterministic means that it will return the same results for the same configuration of the emitter as long as delta time is not variable. Any changes to the emitter's individual scripts will adjust the results.