Navigation
API > API/Plugins > API/Plugins/MediaPlate > API/Plugins/MediaPlate/FMediaPlateResource
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LoadExternalMedia
(
const FString& InFilePath |
Loads the external source at the specified path, creating a media source with the specified outer. | MediaPlateResource.h | |
void LoadExternalMedia
(
const FString& InFilePath, |
MediaPlateResource.h |
LoadExternalMedia(const FString &)
Description
Loads the external source at the specified path, creating a media source with the specified outer. Will also update source type to External
| Name | LoadExternalMedia |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaPlate/Source/MediaPlate/Public/MediaPlateResource.h |
| Include Path | #include "MediaPlateResource.h" |
| Source | /Engine/Plugins/Media/MediaPlate/Source/MediaPlate/Private/MediaPlateResource.cpp |
void LoadExternalMedia
(
const FString & InFilePath
)
LoadExternalMedia(const FString &, UObject *)
| Name | LoadExternalMedia |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaPlate/Source/MediaPlate/Public/MediaPlateResource.h |
| Include Path | #include "MediaPlateResource.h" |
void LoadExternalMedia
(
const FString & InFilePath,
UObject * InOuter
)