Hi everyone! I am trying to read the Location data (x,y,z) of each particle of my Niagara System by exporting it using the module ‘Export Data Interface to Blueprint’. I tried to print the data in the consol log to verify its setup correctly but nothing shows so I guess I did it wrong. There are some older tutorials explaining it, but somehow nothing specific focusing on using the location data. Someone has any guesses? I would appreciate any hints!
I can see that the parameter name is not the same as you defined in Niagara. You defined CallbackReceiver
in Niagara, but assigned a different parameter in the Blueprint User.BPCallback
And the other option you need to enable is Condition To Export Data
on the Niagara Module.
I see! I will match the two parameter names. But what kind of condition would I need? Would you have by chance any idea?
It did work! thank you so much
1 Like