FMediaPlayerFacade::IsLooping

Whether playback is looping.

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

Remarks

Whether playback is looping.

Returns

true if looping, false otherwise.

See Also