Does anyone have any example they would be willing to share of how to call and read from the new Data Channel system. I tried to follow the tutorial that is available but it does not seem to work with batch sends.
I got it working this this scratchpad by not using the NDC instead passing in an array of positions as a user param, but i really wish the batch would work since i am sure that’s the more performant way…
Hi, I was struggling with the same thing. It started working when having the init write before the for loop (and having the total count set in it). In Niagara, the Init Data Channel (emitter spawn) might need to have “override spawn group to data channel“ set off.