MaxPlaysPerTick

This sets the max number of sounds played each tick.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss