UParticleSystem::CalculateMaxActiveParticleCounts

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

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

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