UParticleEmitter::CalculateMaxActiveParticleCount

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss