I see in the blueprint that you are mixing CHOP and DAT.. I think if the DAT is coming as an array of an array of strings (RE: https://github.com/mbechard/TouchEngine-UE4/issues/52) the display going on should fully rely on cells values / strings.
Note, the linked issue of the Plugin repo, is really an important one. Datastructure and types need to really match what's in TouchEngine / TouchDesigner.
CHOPs/DATs are respectively arrays of arrays of floats and arrays of arrays of strings.
I see in the blueprint that you are mixing CHOP and DAT.. I think if the DAT is coming as an array of an array of strings (RE: https://github.com/mbechard/TouchEngine-UE4/issues/52) the display going on should fully rely on cells values / strings.
Note, the linked issue of the Plugin repo, is really an important one. Datastructure and types need to really match what's in TouchEngine / TouchDesigner.
CHOPs/DATs are respectively arrays of arrays of floats and arrays of arrays of strings.