Navigation
API > API/Plugins > API/Plugins/ImgMedia > API/Plugins/ImgMedia/FImgMediaGlobalCache
An entry in the cache.
| Name | FImgMediaGlobalCacheEntry |
| Type | struct |
| Header File | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/ImgMediaGlobalCache.h |
| Include Path | #include "ImgMediaGlobalCache.h" |
Syntax
struct FImgMediaGlobalCacheEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImgMediaGlobalCacheEntry
(
const FString& InFileName, |
Constructor. | ImgMediaGlobalCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileName | FString | File name of this frame. | ImgMediaGlobalCache.h | |
| Frame | TSharedPtr< FImgMediaFrame, ESPMode::ThreadSafe > | Actual frame. | ImgMediaGlobalCache.h | |
| FrameSize | SIZE_T | Size of this frame in bytes. | ImgMediaGlobalCache.h | |
| Index | int32 | Frame index. | ImgMediaGlobalCache.h | |
| LessRecent | FImgMediaGlobalCacheEntry * | Previous entry in the cache. | ImgMediaGlobalCache.h | |
| LessRecentSequence | FImgMediaGlobalCacheEntry * | Previous entry in the cache that is part of the same sequence. | ImgMediaGlobalCache.h | |
| MoreRecent | FImgMediaGlobalCacheEntry * | Next entry in the cache. | ImgMediaGlobalCache.h | |
| MoreRecentSequence | FImgMediaGlobalCacheEntry * | Next entry in the cache that is part of the same sequence. | ImgMediaGlobalCache.h |