I want to have a slate window made in code that displays a video of my choosing from a local file on my computer. It doesn’t need to have any fancy UI for pausing or similar. All I want is to be able to control the video from code and that the “video window” reflects all the changes made in code. This is for an editor tool I’m making but I’m having a really hard time figuring out how to set it up and all the info I can find seems outdated or simply doesn’t work.
Basically I just want a constantly updating texture in a slate window that reflects a specific frame of the local video file, and that I can control it from code.
Could someone please point me in the right direction - Thanks!