Navigation
| Name | ImgMedia |
| Type | Plugin |
| Part of Plugins | Image Sequence Media Player |
| Location | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/ |
| Module Build Rules | ImgMedia.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FImgMediaGlobalCache | A global cache for all ImgMedia players.Uses Least Recently Used (LRU). |
| FImgMediaSceneViewExtension | Scene view extension used to cache view information (primarily for visible mip/tile calculations). |
| UImgMediaSource | Media source for EXR image sequences. |
Structs
| Name | Remarks |
|---|---|
| FImgMediaSourceCustomizationSequenceProxy | This provides customized editing of SequencePath. |
| FImgMediaViewInfo | Holds info on a camera which we can use for mipmap calculations. |
| FMediaSourceColorSettings | Manual definition of media source color space & encoding. |
| FNativeMediaSourceColorSettings | Engine-native color source settings container for media option. |
Interfaces
| Name | Remarks |
|---|---|
| IImgMediaModule | Interface for the ImgMedia module. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnImgMediaPlayerCreated | TMulticastDelegate_OneParam< void, const TSharedPtr< FImgMediaPlayer > & > | Callback when a player gets created. | IImgMediaModule.h |
Enums
Public
| Name | Remarks |
|---|---|
| EMediaSourceEncoding | List of source encodings that can be converted to linear. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CSV_DECLARE_CATEGORY_MODULE_EXTERN
(
ImgMedia |
IImgMediaModule.h |