bCombineEventSpawn

Performance option to allow event based spawning to be combined into a single spawn.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(EditAnywhere, Category="Emitter")
uint32 bCombineEventSpawn: 1

Remarks

Performance option to allow event based spawning to be combined into a single spawn. This will result in a single exec from 0 to number of particles rather than several, when using ExecIndex() it is recommended not to do this.