Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaControls
Description
Start media playback at the default rate of 1.0.
This is the same as setting the playback rate to 1.0.
| Name | Play |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaControls.h |
| Include Path | #include "IMediaControls.h" |
bool Play()
true if playback is starting, false otherwise.