Navigation
API > API/Plugins > API/Plugins/ImgMedia
Inheritance Hierarchy
- IModuleInterface
- IImgMediaModule
References
| Module | ImgMedia |
| Header | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/IImgMediaModule.h |
| Include | #include "IImgMediaModule.h" |
Syntax
class IImgMediaModule : public IModuleInterface
Remarks
Interface for the ImgMedia module.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnImgMediaPlayerCreated | OnImgMediaPlayerCreated | Add to this callback to get called whenever a player is created. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IMediaPlayer, ESPMode::ThreadSafe > | CreatePlayer
(
IMediaEventSink& EventHandler |
Creates a media player for image sequences. | |
| IImgMediaModule & | Get () |
Singleton-like access to this module's interface. | |
| FImgMediaGlobalCache * | Call this to get the global cache. | ||
| const TSharedPtr< FImgMediaSceneViewExtension, ESPMode::ThreadSafe > & | Get scene view extension cahcing view information (for mip/tile calculations). |
Constants
| Name | Description |
|---|---|
| CustomFormatAttributeName | Name of attribute in the Exr file that marks it as our custom format. |
| CustomFormatTileBorderAttributeName | Name of attribute in the Exr file for the tile border size for our custom format. |
| CustomFormatTileHeightAttributeName | Name of attribute in the Exr file for the tile height for our custom format. |
| CustomFormatTileWidthAttributeName | Name of attribute in the Exr file for the tile width for our custom format. |
| GlobalCache | Holds the global cache. |