Navigation
Unreal Engine C++ API Reference > Runtime > Media > IMediaControls
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaControls.h |
Include | #include "IMediaControls.h" |
bool SetLooping
(
bool Looping
)
Remarks
Set whether playback should be looping.
Parameters
Name | Description |
---|---|
Looping | Enables or disables looping. |