Random change texture's .PNG

Hello everyone!

I’m trying to figure out in a sea of tutorials how to make my animation randomely change texture from one PNG to an other. Kind of similar to my render here. (blinking eyes)

233121-pig.gif

Any idea or tutorial that can help me recreate this effect?
Thank you in advance! :slight_smile:

Well in your material you could have each of your textures as a texture sample, then have a scalar parameter that lets you switch between textures from a blueprint. If you don’t want to bring blueprints into it, you could use sin(time) in your material like so:

this would blink the eye at constant intervals.

Big thanks to you! It helped me a lot :slight_smile: