Navigation
API > API/Plugins > API/Plugins/MediaPlayerEditor > API/Plugins/MediaPlayerEditor/Widgets > API/Plugins/MediaPlayerEditor/Widgets/SMediaPlayerEditorViewer
References
| Module | MediaPlayerEditor |
| Header | /Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Public/Widgets/SMediaPlayerEditorViewer.h |
| Include | #include "Widgets/SMediaPlayerEditorViewer.h" |
| Source | /Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorViewer.cpp |
void Construct
&40;
const FArguments & InArgs,
UMediaPlayer & InMediaPlayer,
UMediaTexture &42; InMediaTexture,
const TSharedRef< ISlateStyle > & InStyle,
bool bInIsSoundEnabled
&41;
Remarks
Construct this widget
Parameters
| Name | Description |
|---|---|
| InArgs | The declaration data for this widget. |
| InMediaPlayer | The UMediaPlayer asset to show the details for. |
| InMediaTexture | The UMediaTexture asset to output video to. If nullptr then use our own. |
| InStyle | The style set to use. |
| bInIsSoundEnabled | If true then produce sound. |