Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include | #include "NiagaraTypes.h" |
Syntax
USTRUCT&40;BlueprintType, Meta&61;&40;DisplayName&61;"Spawn Info", NiagaraClearEachFrame&61;"true"&41;&41;
struct FNiagaraSpawnInfo
Remarks
Data controlling the spawning of particles
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Count | How many particles to spawn. | |
| float | InterpStartDt | The sub frame delta time at which to spawn the first particle. | |
| float | IntervalDt | The sub frame delta time between each particle. | |
| int32 | SpawnGroup | An integer used to identify this spawn info. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraSpawnInfo
(
int32 InCount, |