AllocationMode

The emitter needs to allocate memory for the particles each tick.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(EditAnywhere, AdvancedDisplay, Category="Emitter")
EParticleAllocationMode AllocationMode

Remarks

The emitter needs to allocate memory for the particles each tick. To prevent reallocations, the emitter should allocate as much memory as is needed for the max particle count. This setting controls if the allocation size should be automatically determined or manually entered.