Navigation
API > API/Runtime > API/Runtime/MoviePlayer > API/Runtime/MoviePlayer/IGameMoviePlayer
Description
Initializes this movie player, creating the startup window and hiding the splash screen. To be called in the launch engine loop.
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/MoviePlayer/Public/MoviePlayer.h |
| Include Path | #include "MoviePlayer.h" |
void Initialize
(
class FSlateRenderer & InSlateRenderer,
TSharedPtr < SWindow > RenderTarget
)