Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaControls
Description
Set whether playback should be looping.
| Name | SetLooping |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaControls.h |
| Include Path | #include "IMediaControls.h" |
bool SetLooping
(
bool Looping
)
Parameters
| Name | Remarks |
|---|---|
| Looping | Enables or disables looping. |