Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include |
#include "MediaPlayerFacade.h" |
Source |
/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool CanPause() const
Whether playback can be paused.
Playback can be paused if the media supports pausing and if it is currently playing.
true if pausing is allowed, false otherwise.