Hi,
I am using the perinstance custom data option within a material. I am using this material on a box mesh which is instanced, they form a grid.
Each instance is given its own color in BP and all that works fine. I use the “Set custom data value” node so have access to the index of each instance. Perfect
However, besides being a nice tool to color instances I was under the impression the whole point was to be able to store data in the color material opposed to a traditional variable.
That doesnt seem to be the case as I have no way, as far as I can tell of getting any of the instances to pass me their color data. I can set it anytime I wish but apparently getting the information back from an instance seems impossible. Which surely cant be the case.
What I was expecting to find was a “Get Custom Data from Index” node but apparently there isnt one.
Any help in this area is appreciated. This was all in 5.3. Perhaps 5.3.1 is different.