Navigation
API > API/Plugins > API/Plugins/MediaViewer > API/Plugins/MediaViewer/IMediaViewerModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FMediaViewerLibraryItem > CreateLibraryItem
(
const FAssetData& InAssetData |
IMediaViewerModule.h | ||
TSharedPtr< FMediaViewerLibraryItem > CreateLibraryItem
(
TNotNull< UObject* > InObject |
IMediaViewerModule.h | ||
TSharedPtr< FMediaViewerLibraryItem > CreateLibraryItem
(
FName InItemType, |
IMediaViewerModule.h |
CreateLibraryItem(const FAssetData &)
| Name | CreateLibraryItem |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/IMediaViewerModule.h |
| Include Path | #include "IMediaViewerModule.h" |
TSharedPtr < FMediaViewerLibraryItem > CreateLibraryItem
(
const FAssetData & InAssetData
) const
CreateLibraryItem(TNotNull< UObject * >)
| Name | CreateLibraryItem |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/IMediaViewerModule.h |
| Include Path | #include "IMediaViewerModule.h" |
TSharedPtr < FMediaViewerLibraryItem > CreateLibraryItem
(
TNotNull< UObject * > InObject
) const
CreateLibraryItem(FName, const FMediaViewerLibraryItem &)
| Name | CreateLibraryItem |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/IMediaViewerModule.h |
| Include Path | #include "IMediaViewerModule.h" |
TSharedPtr < FMediaViewerLibraryItem > CreateLibraryItem
(
FName InItemType,
const FMediaViewerLibraryItem & InSavedItem
) const