FMediaPlayerFacade::CanPause

Whether playback can be paused.

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss