Navigation
API > API/Plugins > API/Plugins/PreLoadScreenMoviePlayer
Module interface for handling any PreLoad Movie Player Screens. Mainly used to play movies before/during engine load.
| Name | IPreLoadMoviePlayerScreenModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/PreLoadScreenMoviePlayer/Source/PreLoadScreenMoviePlayer/Public/PreLoadMoviePlayerModule.h |
| Include Path | #include "PreLoadMoviePlayerModule.h" |
Syntax
class IPreLoadMoviePlayerScreenModule : public IModuleInterface
Implements Interfaces
Derived Classes
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IPreLoadMoviePlayerScreenModule & Get () |
Singleton-like access to this module's interface. | PreLoadMoviePlayerModule.h | |
static const FName GetModuleName() |
Simple Getter for the static name of this module | PreLoadMoviePlayerModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | PreLoadMoviePlayerModule.h |