UMG Wipe reveal with an image

You probably could achieve that with a dynamic UI material instance applied to the text. Use a scalar parameter in the material and have it be driven by the time of the animation in UMG to produce the effect. The material will be slightly complex, but the core of it will be to use the time parameter to create an 2D vector to offset the TexCoords that maps your mask.

1 Like