MaxPlaysPerTick

This sets the max number of sounds played each tick.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(EditAnywhere, AdvancedDisplay, Category="Audio",
          Meta=(EditCondition="bLimitPlaysPerTick", ClampMin="0", UIMin="0"))
int32 MaxPlaysPerTick

Remarks

This sets the max number of sounds played each tick. If more particles try to play a sound in a given tick, then it will play sounds until the limit is reached and discard the rest. The particles to discard when over the limit are not chosen in a deterministic way.