Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Spawn > API/Runtime/Engine/Particles/Spawn/UParticleModuleSpawnPerUnit
Syntax
float MovementTolerance
Remarks
The tolerance for moving vs. not moving w.r.t. the bIgnoreSpawnRateWhenMoving flag. Ie, if (DistanceMoved < (UnitScalar x MovementTolerance)) then consider it not moving.