Navigation
API > API/Plugins > API/Plugins/MediaViewer > API/Plugins/MediaViewer/IMediaViewerModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool OpenTab () |
Interacting with the default tab. Will open the tab if necessary. Will give the opened tab focus. | IMediaViewerModule.h | |
bool OpenTab
(
const FMediaViewerArgs& InMediaViewerArgs |
If the settings differ from the currently opened tab's settings, it will regenerate the entire display. | IMediaViewerModule.h |
OpenTab()
Description
Interacting with the default tab. Will open the tab if necessary. Will give the opened tab focus.
| Name | OpenTab |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/IMediaViewerModule.h |
| Include Path | #include "IMediaViewerModule.h" |
bool OpenTab()
OpenTab(const FMediaViewerArgs &)
Description
If the settings differ from the currently opened tab's settings, it will regenerate the entire display.
| Name | OpenTab |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/IMediaViewerModule.h |
| Include Path | #include "IMediaViewerModule.h" |
bool OpenTab
(
const FMediaViewerArgs & InMediaViewerArgs
)