Navigation
API > API/Plugins > API/Plugins/MediaPlayerEditor
Interface for MediaPlayer Playback Scrubber Widget
| Name | IMediaPlayerSlider |
| Type | class |
| Header File | /Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Public/MediaPlayerEditorModule.h |
| Include Path | #include "MediaPlayerEditorModule.h" |
Syntax
class IMediaPlayerSlider : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → IMediaPlayerSlider
- FSlateControlledConstruction → SWidget → SCompoundWidget → IMediaPlayerSlider
Enums
Public
| Name | Remarks |
|---|---|
| EScrubEventType | When scrubbing of the created slider occurs, this enum is used in FScrubEvent to inform subscribers about the slider state. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FScrubEvent | TMulticastDelegate_ThreeParams< void, EScrubEventType, TConstArrayView< UMediaPlayer * >, float > | MediaPlayerEditorModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScrubEvent::RegistrationType & GetScrubEvent() |
Event subscribers can use to detect scrubbing. | MediaPlayerEditorModule.h | |
void SetSliderBarColor
(
const FSlateColor& InSliderColor |
Set the Scrubber Slider Color | MediaPlayerEditorModule.h | |
void SetSliderHandleColor
(
const FSlateColor& InSliderColor |
Set the Scrubber Slider Handle Color | MediaPlayerEditorModule.h | |
void SetVisibleWhenInactive
(
EVisibility InVisibility |
Set the Scrubber Slider Visibility, when the player is inactive | MediaPlayerEditorModule.h |