FMediaPlayerFacade::IsPreparing

Whether the media is currently opening or buffering.

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

Remarks

Whether the media is currently opening or buffering.

Returns

true if playback is being prepared, false otherwise.

See Also