Navigation
API > API/Plugins > API/Plugins/MediaPlateEditor > API/Plugins/MediaPlateEditor/FMediaPlateEditorModule
Description
Call this if you want to check if your media source is a drag and drop media source. If it is, then this will remove it from this module and you can then change the outer (as it will be transient.)
| Name | RemoveMediaSourceFromDragDropCache |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaPlate/Source/MediaPlateEditor/Public/MediaPlateEditorModule.h |
| Include Path | #include "MediaPlateEditorModule.h" |
| Source | /Engine/Plugins/Media/MediaPlate/Source/MediaPlateEditor/Private/MediaPlateEditorModule.cpp |
bool RemoveMediaSourceFromDragDropCache
(
UMediaSource * MediaSource
)
True if it is a drag and drop media source.
Parameters
| Name | Remarks |
|---|---|
| MediaSource | Media source to check. |