Has anyone had any success using videos in UMG which have transparency?
I want to be able to have multiple layers of video playing in a Blueprint Widget, so I need to be able to use transparency/alpha channels.
Anyone got this to work?
Thanks!
Has anyone had any success using videos in UMG which have transparency?
I want to be able to have multiple layers of video playing in a Blueprint Widget, so I need to be able to use transparency/alpha channels.
Anyone got this to work?
Thanks!
I figured it out, in case anyone else ever needs to know how to do this:
Actually pretty easy and self-explanatory in the end!
Yep just make sure you export the video with alpha channel properly and you should be good to go, same as creating any other transparent material.
You can do some pretty cool effects with this. The Advanced Materials 1 in the marketplace has a good example of a holographic type display that you can do with any video texture that’s pretty cool
I can’t import any video format that has an alpha channel in it. I’ve tried with .flv, .avi and other, but I’ve realized Unreal doesn’t support videos with alpha channels. So how did you do that?
Perhaps use two videos, one with color, and a grayscale one for alpha, and stream them together into the same node?
i got success using chroma key: Chroma Key Material? - Rendering - Unreal Engine Forums