Unreal Engine: Animated Text Effects in Widget (Rich Text Material Effects)

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025

Комментарии • 15

  • @aprilem11
    @aprilem11 11 месяцев назад +2

    The apparent discrepancy between what TexCoord[0] and TexCoord[1] mean for color versus position had me LOSING. MY. MIND. It is such a relief to see someone else mention it! Thanks for the nice breakdown

  • @scottcourtney8878
    @scottcourtney8878 Год назад +1

    I stumbled on this while looking for something related, and I'm so glad about that! Unreal Engine's documentation is great overall but has a few gaps, and I've found UI materials to be one of those gap areas (especially materials for text fonts -- the Font Sampler node is very sparsely documented). In 16 minutes I learned more about this topic from you than I did in hours of perusing the UE documentation and experimenting on my own. Thank you so much for sharing this resource. I'm sure I will be referring back here and to your slide deck often.

    • @stephenmaloney424
      @stephenmaloney424  Год назад +1

      Awesome! I spent many hours trying to figure out how to do this on a project before I found this web site www.stevestreeting.com/2022/09/14/text-animation-effects-in-unreal-engine/ that had some examples, and I hoped no one else would have to suffer like I did trying all kinds of crazy things!

  • @oscarmoreno4307
    @oscarmoreno4307 Месяц назад

    Thank you a lot for uploading this!

  • @coolnamesTV
    @coolnamesTV 2 года назад +2

    Extremely useful! Thank you very much for sharing this!

  • @yoshedev5290
    @yoshedev5290 9 месяцев назад +1

    Fantastic resource! Thank you!

  • @DeeOdzta
    @DeeOdzta Год назад

    This is really cool thanks for the technical example tut. new sub.

  • @Sulphisix
    @Sulphisix Год назад

    Dude... You are Awesome!!!

  • @thelaw3536
    @thelaw3536 Месяц назад +1

    Yes. YES! Thank you daddy

  • @CraigMitchell666
    @CraigMitchell666 2 года назад

    Many thanks for this. Useful stuff!

  • @blackivy011
    @blackivy011 Год назад

    Amazing thank you so much for making this!

  • @GlimmerTheo
    @GlimmerTheo Год назад +1

    Hey! Thanks for this tutorial! Any idea on how to improve it by adding a left to right fade to my text in using materials ?

  • @lschmell
    @lschmell 3 месяца назад

    Hey there! You ever encountered issues with the Material Effect behaving differently based on Resolution?
    For me it behaves differently depending on how small/big the Game Window is. Also visible in the Widget Editor if I zoom in/out

  • @sleezay
    @sleezay 5 месяцев назад

    Hey Stephen! Awesome breakdown, thank you :) I'm trying to make a fade animation, from left to right, character by character. Could be driver by a linear gradient or something. I know how to do by using a material parameter but it animates everything in text block at once. Not line by line. Could you help with more convenient solution? Thanks in advance!

  • @glaseeze
    @glaseeze Год назад

    Thank you.