Navigation
API > API/Runtime > API/Runtime/MediaAssets
References
| Module | MediaAssets |
| Header | /Engine/Source/Runtime/MediaAssets/Public/MediaSource.h |
| Include | #include "MediaSource.h" |
Syntax
struct FMediaSourceCacheSettings
Remarks
Cache settings to pass to the player.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOverride | Override the default cache settings. Currently only the ImgMedia player supports these settings. | |
| float | TimeToLookAhead | The cache will fill up with frames that are up to this time from the current time. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMediaSourceCacheSettings& Other |
||
| bool | operator==
(
const FMediaSourceCacheSettings& Other |