Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IMediaPlayerFactory * GetPlayerFactory
(
const FName& FactoryName |
Get a media player factory by name. | IMediaModule.h | |
IMediaPlayerFactory * GetPlayerFactory
(
const FGuid& PlayerPluginGuid |
Get a media player factory by GUID. | IMediaModule.h |
GetPlayerFactory(const FName &)
Description
Get a media player factory by name.
| Name | GetPlayerFactory |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaModule.h |
| Include Path | #include "IMediaModule.h" |
IMediaPlayerFactory * GetPlayerFactory
(
const FName & FactoryName
) const
The factory, or nullptr if not found.
Parameters
| Name | Remarks |
|---|---|
| FactoryName | The name of the factory. |
See Also
-
RegisterPlayerFactory
-
UnregisterPlayerFactory
GetPlayerFactory(const FGuid &)
Description
Get a media player factory by GUID.
| Name | GetPlayerFactory |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaModule.h |
| Include Path | #include "IMediaModule.h" |
IMediaPlayerFactory * GetPlayerFactory
(
const FGuid & PlayerPluginGuid
) const
The factory, or nullptr if not found.
Parameters
| Name | Remarks |
|---|---|
| FactoryGuid | The GUID of the factory / player. |
See Also
-
RegisterPlayerFactory
-
UnregisterPlayerFactory