Hello!
I would like to know if anyone has any inputs on how to create a blueprint that consists of an array of static meshes. The idea is to drive data in via OSC as a float value, convert it to integer and set it to a variable. So far I have that part covered and I can print a string to confirm it is working.
The difficult part is, at least for me, how would I create an array of say 20 by 20 meshes with said integers and have it update at runtime?
If anyone has any suggestions it would be greatly appreciated!
Cheers!