Navigation
API > API/Plugins > API/Plugins/MediaPlayerEditor
Inheritance Hierarchy
- SCompoundWidget
- IMediaPlayerSlider
References
| Module | MediaPlayerEditor |
| Header | /Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Public/MediaPlayerEditorModule.h |
| Include | #include "MediaPlayerEditorModule.h" |
Syntax
class IMediaPlayerSlider : public SCompoundWidget
Remarks
Interface for MediaPlayer Playback Scrubber Widget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetSliderBarColor
(
const FSlateColor& InSliderColor |
Set the Scrubber Slider Color | |
| void | SetSliderHandleColor
(
const FSlateColor& InSliderColor |
Set the Scrubber Slider Handle Color | |
| void | SetVisibleWhenInactive
(
EVisibility InVisibility |
Set the Scrubber Slider Visibility, when the player is inactive |