Inserting an Image at the end of Matinee Track?

Hi, I was wondering if it is possible to insert an image into a matinee track.

The desired effect is similar to that of a fade track, but instead of fading to black. I wish for an image to fade in for a set time, then fade out before ending the level.

Thanks in advance.

Chris

One easy way would be:

Make an event track in Matinee that triggers when you want to start showing the image. In the level blueprint hook up that event to display an image using UMG or something else like Canvas (UMG would probably be easiest). You could do the fade using UMG animation or a regular fade track in matinee.

Was thinking Fade track would be able to somehow. But all I can change is the value from 1 to 0.

Any thoughts?

Matt’s solution is the way to go. You cant use the Fade track for this.

Thanks guys. Managed to use UMG to get to go on to another level/ image. Didn’t get the fade effect. But doesn’t matter.