Choose your operating system:
Windows
macOS
Linux
UPROPERTY(EditAnywhere, Category="Emitter")
uint32 bCombineEventSpawn: 1
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.