FMediaPlayerFacade::CanPause

Whether playback can be paused.

Choose your operating system:

Windows

macOS

Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h

Include

#include "MediaPlayerFacade.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp

Syntax

bool CanPause() const

Remarks

Whether playback can be paused.

Playback can be paused if the media supports pausing and if it is currently playing.

Returns

true if pausing is allowed, false otherwise.

See Also