I need to create some debug particles that are basically just text.
Is there an easy way to do this niagara natively? Or should I just make a texture with my word and plug that into a material?
I need to create some debug particles that are basically just text.
Is there an easy way to do this niagara natively? Or should I just make a texture with my word and plug that into a material?
You can create a new material, plug the Dynamic Parameter to any “Debug Float” node, then in Niagara assign the material and use the Dynamic Material Parameter module to feed the value you need to display.
https://forums.unrealengine.com/t/how-do-you-debug-materials/293405
Thanks man. I needed to use words rather than numbers.
I wound up just making a single texture sheet with all of the various words and using a parameter to “move” the texture on the x,y for the various particles (I had about 14 of them)