Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'NiagaraID' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Niagara ID |
Outputs
Type | Name | Description |
---|---|---|
integer | Index | Index in the indirection table for this particle. Allows fast access to this particles data.Is always unique among currently living particles but will be reused after the particle dies. |
integer | Acquire Tag | A unique tag for when this ID was acquired.Allows us to differentiate between particles when one dies and another reuses it's Index. |