#Hey everyone, I'm trying to pass a
1 messages · Page 1 of 1 (latest)
It might be due to difference between Vector and Position variable. That was introduced with LWC Position sampling, basically position is vector with additional alpha value that stores LWC tile, that allows Niagara to put particles with high precision even in unreasonable big levels. It is confusing couse its working sometimes, sometimes it doesnt but try to change QuerryType in Niagara itself to VectorType, and than convert sampled variable to Position directly in scratchpad.
Thank you for your response, this sounds like it could be the case. I was wondering why Niagara uses Position when it seemed to be the same as vectors.
I have a new emitter I'm working on which will also need to read/write data from a data interface, so I will try this again very soon and let you know