Navigation
API > API/Plugins > API/Plugins/MediaMovieStreamer > API/Plugins/MediaMovieStreamer/FMediaMovieStreamer
Description
If you do not want FMediaMovieStreamer to play automatically, but want to control the media yourself, then call this with true.
This also means that FMediaMovieStreamer will no longer clean up the assets when it is done. You will have to call SetMediaPlayer, SetMediaSoundComponent, etc with nullptr when you are done so FMediaMovieStreamer will no longer keep its hold on them.
| Name | SetIsMediaControlledExternally |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaMovieStreamer/Source/MediaMovieStreamer/Public/MediaMovieStreamer.h |
| Include Path | #include "MediaMovieStreamer.h" |
| Source | /Engine/Plugins/Media/MediaMovieStreamer/Source/MediaMovieStreamer/Private/MediaMovieStreamer.cpp |
void SetIsMediaControlledExternally
(
bool bInIsMediaControlledExternally
)
Parameters
| Name | Remarks |
|---|---|
| bIsMediaControlledExternally | True if you want to control the media. |