Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that create a 'NiagaraSpawnInfo' from its members
Inputs
Type | Name | Description |
---|---|---|
integer | Count | How many particles to spawn. |
real | Interp Start Dt | The sub frame delta time at which to spawn the first particle. |
real | Interval Dt | The sub frame delta time between each particle. |
integer | Spawn Group | An integer used to identify this spawn info.Typically this is unused.An example usage is when using multiple spawn modules to spawn from multiple discreet locations. |
Outputs
Type | Name | Description |
---|---|---|
struct | Niagara Spawn Info |