Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UParticleSystem
Syntax
float WarmupTime
Remarks
WarmupTime - the time to warm-up the particle system when first rendered Warning: WarmupTime is implemented by simulating the particle system for the time requested upon activation. This is extremely prone to cause hitches, especially with large particle counts - use with caution.