Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/AvaMediaDefines.h |
| Include | #include "AvaMediaDefines.h" |
Syntax
enum EAvaPlaybackAssetStatus
{
Unknown,
Missing,
MissingDependencies,
NeedsSync,
Available,
}
Values
| Name | Description |
|---|---|
| Unknown | Invalid status. |
| Missing | Missing asset |
| MissingDependencies | Missing asset dependencies Note: An Motion Design asset can run even with missing dependencies. |
| NeedsSync | Asset is out of date from compare with remote. |
| Available | Asset is fully available and up to date. |
Remarks
The status of the playback asset on disk.
This is also sometimes referred to as the "source" asset, by contrast to the runtime (or managed) transient asset for runtime playback. It will also refer to the source Motion Design asset, rather than a playback object.