Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Whether playback can be paused.
Playback can be paused if the media supports pausing and if it is currently playing.
| Name | CanPause |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool CanPause() const
true if pausing is allowed, false otherwise.
See Also
-
CanResume
-
CanScrub
-
CanSeek