Navigation
API > API/Plugins > API/Plugins/BinkMediaPlayer > API/Plugins/BinkMediaPlayer/UBinkMediaPlayer
References
| Module | BinkMediaPlayer |
| Header | /Engine/Plugins/Media/BinkMedia/Source/BinkMediaPlayer/Public/BinkMediaPlayer.h |
| Include | #include "BinkMediaPlayer.h" |
UFUNCTION&40;BlueprintCallable, Category&61;"Media&124;BinkMediaPlayer"&41;
void Stop&40;&41;
Remarks
Stops playback and unloads the video from memory. If you want to start the video again you'll need to call InitializePlayer. MediaEvent will broadcast EMediaEvent::MediaClosed. true on success, false otherwise.