Write To Niagara Data Channel (Batch)

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.


This is how i am calling it but i also tried with with a for each loop of my ‘current overlaps’ struct.


I do have the ‘system’ set in the data channel asset along with a single position variable.


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…