Navigation
API > API/Plugins > API/Plugins/MediaPlateEditor
Inheritance Hierarchy
- IModuleInterface
- FTickableEditorObject
- FMediaPlateEditorModule
References
| Module | MediaPlateEditor |
| Header | /Engine/Plugins/Media/MediaPlate/Source/MediaPlateEditor/Public/MediaPlateEditorModule.h |
| Include | #include "MediaPlateEditorModule.h" |
Syntax
class FMediaPlateEditorModule :
public IModuleInterface,
public FTickableEditorObject
Remarks
Log category for this module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MediaPlateStartedPlayback
(
TObjectPtr< UMediaPlateComponent > MediaPlate |
Call this when a media plate starts playing so we can track it. | |
| bool | RemoveMediaSourceFromDragDropCache
(
UMediaSource* MediaSource |
Call this if you want to check if your media source is a drag and drop media source. |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |
Overridden from FTickableObjectBase
| Type | Name | Description | |
|---|---|---|---|
| TStatId | GetStatId () |
Return the stat id to use for this tickable | |
| void | Tick
(
float DeltaTime |
FTickableEditorObject interface |