![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "MoviePlayer.h"#include "Misc/CommandLine.h"#include "Modules/ModuleManager.h"#include "Widgets/DeclarativeSyntaxSupport.h"#include "Widgets/SCompoundWidget.h"#include "Widgets/SBoxPanel.h"#include "Widgets/Text/STextBlock.h"#include "NullMoviePlayer.h"#include "DefaultGameMoviePlayer.h"#include "Widgets/Images/SThrobber.h"#include "RenderingThread.h"Classes | |
| class | SLoadingScreenTestWidget |
Functions | |
| IMPLEMENT_MODULE (FDefaultModuleImpl, MoviePlayer) | |
| void | CreateMoviePlayer () |
| void | DestroyMoviePlayer () |
| IGameMoviePlayer * | GetMoviePlayer () |
| IGameMoviePlayer & | GetMoviePlayerRef () |
| bool | IsMoviePlayerEnabled () |
| void CreateMoviePlayer | ( | ) |
Creates the movie player
| void DestroyMoviePlayer | ( | ) |
Destroys the movie player
| IGameMoviePlayer * GetMoviePlayer | ( | ) |
Gets the movie player singleton for the engine.
| IGameMoviePlayer & GetMoviePlayerRef | ( | ) |
| IMPLEMENT_MODULE | ( | FDefaultModuleImpl | , |
| MoviePlayer | |||
| ) |
| bool IsMoviePlayerEnabled | ( | ) |
Returns true if the movie player is enabled.