Navigation
API > API/Plugins > API/Plugins/MediaPlayerEditor > API/Plugins/MediaPlayerEditor/IMediaPlayerSlider
When scrubbing of the created slider occurs, this enum is used in FScrubEvent to inform subscribers about the slider state.
| Name | EScrubEventType |
| Type | enum |
| Header File | /Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Public/MediaPlayerEditorModule.h |
| Include Path | #include "MediaPlayerEditorModule.h" |
Syntax
enum EScrubEventType
{
Begin,
Update,
End,
}
Values
| Name | Remarks |
|---|---|
| Begin | Scrubbing has started. |
| Update | Scrubbing is ongoing and the position of the scrub has changed. |
| End | Scrubbing has stopped. |