Choose your operating system:
Windows
macOS
Linux
| FParticleEmitterInstance::Resize()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h |
Include |
#include "ParticleEmitterInstances.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp |
Ensures enough memory is allocated for the requested number of particles.
bool true if memory is allocated for at least NewMaxActiveParticles.
Parameter |
Description |
---|---|
NewMaxActiveParticles |
The number of particles for which memory must be allocated. |
bSetMaxActiveCount |
If true, update the peak active particles for this LOD. |