Material that uses text?

Can I use the font parameter to set text on a material? For example, if I had a background texture, could I overlay a number on top of it using the FontSampleParameter?

Hi Kochab -

No the Font Parameter is used to expose the font as a variable that can be changed in blueprint, but it does not actual write text. You would need a Text Render Object to actual write the Number for you.

Thank You

Eric Ketchum

Ok, thanks for the clarification.