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