Navigation
API > API/Plugins > API/Plugins/MediaPlate
Inheritance Hierarchy
- IModuleInterface
- FMediaPlateModule
References
| Module | MediaPlate |
| Header | /Engine/Plugins/Media/MediaPlate/Source/MediaPlate/Public/MediaPlateModule.h |
| Include | #include "MediaPlateModule.h" |
Syntax
class FMediaPlateModule : public IModuleInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnMediaPlateApplyMaterial | OnMediaPlateApplyMaterial | Add to this if you want a callback when a media plate applies a material to itself. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMediaPlayer * | GetMediaPlayer
(
UObject* Object, |
Call this to get the media player from a media plate object. | |
| void | OnMediaPlateStateChanged
(
const TArray< FString >& InActorsPathNames, |
Called when Media playback state changed. |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |