Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSystem
Syntax
UPROPERTY&40;EditAnywhere, Category&61;"Random"&41;
bool bDeterminism
Remarks
When disabled we will generate a RandomSeed per instance on reset which is not deterministic. When enabled we will always use the RandomSeed from the system plus the components RandomSeedOffset, this allows for determinism but variance between components.