UParticleSystem::CalculateMaxActiveParticleCounts

CalculateMaxActiveParticleCounts Determine the maximum active particles that could occur with each emitter.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h

Include

#include "Particles/ParticleSystem.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp

Syntax

virtual bool CalculateMaxActiveParticleCounts()

Remarks

CalculateMaxActiveParticleCounts Determine the maximum active particles that could occur with each emitter. This is to avoid reallocation during the life of the emitter.

Returns

true if the numbers were determined for each emitter false if not be determined