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 (BlueprintType , Meta=(DisplayName="Spawn Info", NiagaraClearEachFrame="true"))
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, |