Navigation
Unreal Engine C++ API Reference > Plugins > PreLoadScreenMoviePlayer
Inheritance Hierarchy
- IModuleInterface
- IPreLoadMoviePlayerScreenModule
- FPreLoadMoviePlayerScreenModuleBase
References
Module | PreLoadScreenMoviePlayer |
Header | /Engine/Plugins/Runtime/PreLoadScreenMoviePlayer/Source/PreLoadScreenMoviePlayer/Public/PreLoadMoviePlayerModule.h |
Include | #include "PreLoadMoviePlayerModule.h" |
Syntax
class IPreLoadMoviePlayerScreenModule : public IModuleInterface
Remarks
Module interface for handling any PreLoad Movie Player Screens. Mainly used to play movies before/during engine load.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
IPreLoadMoviePlayerScreenModule & | Get () |
Singleton-like access to this module's interface. |
![]() ![]() |
const FName | Simple Getter for the static name of this module | |
![]() ![]() |
bool | IsAvailable () |
Checks to see if this module is loaded and ready. |