Is there a way to use animated gifts to make a SciFi HUD in umg?
Hi!
UMG support Material Based Images
You can convert anigif to flipbook texture and create material with it
https://www.youtube.com/watch?v=Hh8nV5ImJDkThats exactly what I was looking for thank you.
Thats what I was looming for thanks
I created a plugin allows you to import GIF as a new AnimatedTexture asset type, can be used in UMG Image widget.
Please check out: https://github.com/neil3d/UnrealAnimatedTexturePlugin
Works like a charm. Thank you so much for this.