Navigation
API > API/Plugins > API/Plugins/MediaPlayerEditor > API/Plugins/MediaPlayerEditor/IMediaPlayerEditorModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IMediaPlayerSlider > CreateMediaPlayerSliderWidget
(
UMediaPlayer* InMediaPlayer, |
Creates a Widget to visualize playback time and scrub the content played by a Media Player | MediaPlayerEditorModule.h | |
TSharedRef< IMediaPlayerSlider > CreateMediaPlayerSliderWidget
(
const TArrayView< TWeakObjectPtr< UMediaPlayer > > InMediaPlayers, |
Creates a Widget to visualize playback time and scrub the content played by Media Players | MediaPlayerEditorModule.h |
CreateMediaPlayerSliderWidget(UMediaPlayer *, const FSliderStyle &)
Description
Creates a Widget to visualize playback time and scrub the content played by a Media Player
| Name | CreateMediaPlayerSliderWidget |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Public/MediaPlayerEditorModule.h |
| Include Path | #include "MediaPlayerEditorModule.h" |
TSharedRef < IMediaPlayerSlider > CreateMediaPlayerSliderWidget
(
UMediaPlayer * InMediaPlayer,
const FSliderStyle & InStyle
)
Scrubber Widget
Parameters
| Name | Remarks |
|---|---|
| InMediaPlayer | the player affected by the widget |
| InStyle | the style chosen for this slider widget |
CreateMediaPlayerSliderWidget(const TArrayView< TWeakObjectPtr< UMediaPlayer > >, const FSliderStyle &)
Description
Creates a Widget to visualize playback time and scrub the content played by Media Players
| Name | CreateMediaPlayerSliderWidget |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Public/MediaPlayerEditorModule.h |
| Include Path | #include "MediaPlayerEditorModule.h" |
TSharedRef < IMediaPlayerSlider > CreateMediaPlayerSliderWidget
(
const TArrayView < TWeakObjectPtr < UMediaPlayer > > InMediaPlayers,
const FSliderStyle & InStyle
)
Scrubber Widget
Parameters
| Name | Remarks |
|---|---|
| InMediaPlayers | the players affected by the widget |
| InStyle | the style chosen for this slider widget |