Get Niagara Variable

The closest solution I have found is to use “Export Particle Data to Blueprint”.

I have implement in my actor the “Recieve Particle Data” interface.


Then add a variable tith type ‘object’ to your Niagara system and export any two vectors and one float to that object.

1 Like