BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'NiagaraID' from its members
Inputs
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. |
Outputs
Type | Name | Description |
---|---|---|
struct | Niagara ID |