Navigation
API > API/Plugins > API/Plugins/MediaViewer > API/Plugins/MediaViewer/IMediaImageViewerFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FMediaViewerLibraryItem > CreateLibraryItem
(
const FAssetData& InAssetData |
Creates a library item based on this asset. | ImageViewer/IMediaImageViewerFactory.h | |
TSharedPtr< FMediaViewerLibraryItem > CreateLibraryItem
(
TNotNull< UObject* > InObject |
Create a library item based on this object. | ImageViewer/IMediaImageViewerFactory.h | |
TSharedPtr< FMediaViewerLibraryItem > CreateLibraryItem
(
const FMediaViewerLibraryItem& InSavedItem |
Recreate this library item as the correct subclass. | ImageViewer/IMediaImageViewerFactory.h |
CreateLibraryItem(const FAssetData &)
Description
Creates a library item based on this asset.
| Name | CreateLibraryItem |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/ImageViewer/IMediaImageViewerFactory.h |
| Include Path | #include "ImageViewer/IMediaImageViewerFactory.h" |
TSharedPtr < FMediaViewerLibraryItem > CreateLibraryItem
(
const FAssetData & InAssetData
) const
CreateLibraryItem(TNotNull< UObject * >)
Description
Create a library item based on this object.
| Name | CreateLibraryItem |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/ImageViewer/IMediaImageViewerFactory.h |
| Include Path | #include "ImageViewer/IMediaImageViewerFactory.h" |
TSharedPtr < FMediaViewerLibraryItem > CreateLibraryItem
(
TNotNull< UObject * > InObject
) const
CreateLibraryItem(const FMediaViewerLibraryItem &)
Description
Recreate this library item as the correct subclass.
| Name | CreateLibraryItem |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/ImageViewer/IMediaImageViewerFactory.h |
| Include Path | #include "ImageViewer/IMediaImageViewerFactory.h" |
TSharedPtr < FMediaViewerLibraryItem > CreateLibraryItem
(
const FMediaViewerLibraryItem & InSavedItem
) const