Movie in slate

Hi,

can you play a video in slate?
because the startup movie in UE4.6.1 is bad it the video after a few seconds.

thanks in advance

Yes, we can! ™ - using the Media Framework.

For playback in UMG, simply drop a MediaTexture onto an image widget. If you want to play on Slate widgets in C++, check out the implementation in MediaPlayerEditorViewport.cpp and MediaPlayerEditorTexture.h. We don’t have a generic Slate widget for media right now, so you’ll have to duplicate some of that code in the meantime.