Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UParticleLODLevel
Description
CalculateMaxActiveParticleCount Determine the maximum active particles that could occur with this emitter. This is to avoid reallocation during the life of the emitter.
| Name | CalculateMaxActiveParticleCount |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleLODLevel.h |
| Include Path | #include "Particles/ParticleLODLevel.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleLODLevel.cpp |
virtual int32 CalculateMaxActiveParticleCount()
The maximum active particle count for the LOD level.