UParticleEmitter::CalculateMaxActiveParticleCount

CalculateMaxActiveParticleCount Determine the maximum active particles that could occur with this emitter.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleEmitter.h"

Source

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

Syntax

virtual bool CalculateMaxActiveParticleCount()

Remarks

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

Returns

true if the number was determined false if the number could not be determined