Navigation
API > API/Plugins > API/Plugins/MediaViewer
Displays a visual representation of a
| Name | IMediaViewerLibraryWidget |
| Type | class |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/Widgets/IMediaViewerLibraryWidget.h |
| Include Path | #include "Widgets/IMediaViewerLibraryWidget.h" |
Syntax
class IMediaViewerLibraryWidget
Structs
| Name | Remarks |
|---|---|
| FArgs |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGroupFilter | TBaseDelegate_TwoParams< bool, const TSharedRef< const IMediaViewerLibrary > &InLibrary, const TSharedRef< const FMediaViewerLibraryGroup > &InGroup > | Returns true to display the group. Return false to hide the group. | Widgets/IMediaViewerLibraryWidget.h |
| FOnGetGroupContextMenu | TBaseDelegate_OneParam< TSharedPtr< SWidget >, FName > | Delegate that gets called for creating a context menu for a group. Return | Widgets/IMediaViewerLibraryWidget.h |
| FOnGetItemContextMenu | TBaseDelegate_OneParam< TSharedPtr< SWidget >, const TArray< FMediaViewerLibraryItem > & > | Delegate that gets called for creating a context menu for a set of selected items. Return | Widgets/IMediaViewerLibraryWidget.h |
| FOnImageViewerOpened | TBaseDelegate_OneParam< void, const FGuid & > | Delegate that gets called when an item is selected in the Library. The given | Widgets/IMediaViewerLibraryWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IMediaViewerLibrary > GetLibrary() |
Returns the underlying IMediaViewerLibrary implementation. | Widgets/IMediaViewerLibraryWidget.h | |
TSharedRef< SWidget > ToWidget() |
Converts this interface to its underlying widget. | Widgets/IMediaViewerLibraryWidget.h |