Navigation
API > API/Plugins > API/Plugins/MediaMovieStreamer > API/Plugins/MediaMovieStreamer/FMediaMovieStreamer
References
| Module | MediaMovieStreamer |
| Header | /Engine/Plugins/Media/MediaMovieStreamer/Source/MediaMovieStreamer/Public/MediaMovieStreamer.h |
| Include | #include "MediaMovieStreamer.h" |
| Source | /Engine/Plugins/Media/MediaMovieStreamer/Source/MediaMovieStreamer/Private/MediaMovieStreamer.cpp |
void SetIsMediaControlledExternally
&40;
bool bInIsMediaControlledExternally
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| bIsMediaControlledExternally | True if you want to control the media. |