I'm looking for a way to use animated texture sequence of images other then the flipbook node.

I have an Issue that seems should be really simple. I’m looking for a way to use animated textures. I have researched the Wiki and found a guys tutorial on how he uses the flipbook node within unreal, and a external program that takes the pain out of making sprite sheets. My issue with this is, what if I have a sequence of images that are 100-200 frames of animated texture at 2048 res. For instance on a tv screen within my lvl it will go between static and news and other broadcasts. Or animated rain on a glass window that looks photo real. Another reason I’m after this is for animating things other then just diffuse texture maybe animated alphas luminance maps normal maps and so forth. flip book is great if i want something that is 12-to say 34 images, but am I mistaken in thinking if I want full res images from an image sequence the sprite sheet would have to be huge, that cant be good for loading. in the case that i made a sprite sheet containing 100 frames at a res of 2048X2048 then we would be talking an image size of 204800 pixels / 204800. Is there a simmilar way like maya for a check box to take a numbered sequence of images into account?

I plan to use the principle I learn here in quite a few different ways. And its possible I’m not as limited as i think with these sprite sheets, as that process is new to me but the concept is not. I’ve worked in maya over ten years. I have a large project in front of me and am trying to be the most efficient. Thank you for your time.

i am looking for the same thing… The video bit is simple with a video texture and node… I wanted to make a normal map sequence for rain. i didnt want to load it as a video but seems i got no other option so i guess i will wind up loading it as a video texture now

There are lots of ways to do this other than flipbook.
I saw one recently in Mathew Wadstein’s unreal online learning course about pixel streaming.

He doesn’t talk about it in the tutorial but in the downloadable UE4 project included in the course, he has a Media Player asset and a media texture which plays a sequence of png files at 30 fps. I thought it was a video but I found it was actually just a really fast slideshow.