FMediaPlayerFacade::IsReady

Whether media is ready for playback.

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

Remarks

Whether media is ready for playback.

A player is ready for playback if it has a media source opened that finished preparing and is not in an error state.

Returns

true if media is ready, 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