REALTIMEVFX.COM
How to choose multiple meshes from renderer array based only on int?
Heya folks. Is there a way to output the needed indices for each particles using a simple int for the Mesh renderer mesh index variable?Context: Im doing floating numbers with niagara and so far Ive been using it by spawning a different System each time a damage event took place and fed it the numbers. As the screenshot shows I was doing it through an int selection array where I fed each number per index in blueprint and it displayed the correct number.Now I wish to swap to the Data Channel workflow for optimization reasons as with several enemies on screen there were quite a bit too many systems spawning especially from damage AoEs.Problem is the data channel doesnt seem to accept integer arrays in order to feed the proper damage number to display from blueprint. Would be any other way to do this with an int or float or something? 1 post - 1 participant Read full topic
0 Comentários 0 Compartilhamentos 55 Visualizações