Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterfaceAudioPlayer
Syntax
UPROPERTY&40;EditAnywhere, AdvancedDisplay, Category&61;"Audio",
Meta&61;&40;EditCondition&61;"bLimitPlaysPerTick", ClampMin&61;"0", UIMin&61;"0"&41;&41;
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.