FMediaPlayerFacade::CanResume

Whether playback can be resumed.

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 CanResume() const

Remarks

Whether playback can be resumed.

Playback can be resumed if media is loaded and if it is not already playing.

Returns

true if resuming is allowed, false otherwise.

See Also