Navigation
API > API/Plugins > API/Plugins/MediaMovieStreamer
| Name | FMediaMovieStreamerModule |
| Type | class |
| Header File | /Engine/Plugins/Media/MediaMovieStreamer/Source/MediaMovieStreamer/Public/MediaMovieStreamerModule.h |
| Include Path | #include "MediaMovieStreamerModule.h" |
Syntax
class FMediaMovieStreamerModule : public IModuleInterface
Implements Interfaces
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bStartedModule | bool | MediaMovieStreamerModule.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
MediaMovieStreamerModule.h | ||
virtual void StartupModule() |
IModuleInterface implementation | MediaMovieStreamerModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UMediaMovieAssets * GetMovieAssets() |
Call this to get the MovieAssets. | MediaMovieStreamerModule.h | |
static const TSharedPtr< FMediaMovieStreamer, ESPMode::ThreadSafe > GetMovieStreamer() |
Call this to get the MovieStreamer. | MediaMovieStreamerModule.h |