FMediaPlayerFacade::SetLooping

Enables or disables playback looping.

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 SetLooping
(
    bool Looping
)

Remarks

Enables or disables playback looping.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Looping

Whether playback should be looped.

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