Navigation
API > API/Plugins > API/Plugins/MediaPlayerEditor
Interface for the MediaPlayerEditor module.
| Name | IMediaPlayerEditorModule |
| Type | class |
| Header File | /Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Public/MediaPlayerEditorModule.h |
| Include Path | #include "MediaPlayerEditorModule.h" |
Syntax
class IMediaPlayerEditorModule : public IModuleInterface
Implements Interfaces
Functions
Public
| 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 | |
TSharedPtr< ISlateStyle > GetStyle() |
Get the style used by this module. | MediaPlayerEditorModule.h |