Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnBase.h |
Include |
#include "Particles/Spawn/ParticleModuleSpawnBase.h" |
class UParticleModuleSpawnBase : public UParticleModule
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bProcessBurstList |
If true, the BurstList of the SpawnModule of the emitter will be processed. |
|
uint32: 1 |
bProcessSpawnRate |
If true, the SpawnRate of the SpawnModule of the emitter will be processed. |
Name | Description | |
---|---|---|
|
UParticleModuleSpawnBase ( |
Name | Description | ||
---|---|---|---|
|
GetBurstCount ( |
Retrieve the burst count this module is contributing. |
|
|
float |
GetEstimatedSpawnRate() |
Retrieve the estimated spawn rate for this module... |
|
GetMaximumBurstCount() |
Retrieve the maximum number of particles this module could burst. |
|
|
float |
GetMaximumSpawnRate() |
Retrieve the maximum spawn rate for this module... |
|
GetSpawnAmount ( |
Retrieve the spawn amount this module is contributing. |
Name | Description | ||
---|---|---|---|
|
GetModuleType() |
Retrieve the ModuleType of this module. |