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 EAvaPlayableStatus
{
Unknown,
Error,
Unloaded,
Loading,
Loaded,
Visible,
}
Values
| Name | Description |
|---|---|
| Unknown | |
| Error | |
| Unloaded | |
| Loading | |
| Loaded | |
| Visible |
Remarks
The status of a playable object.
This is related to the status of the transient playable object which is duplicated from the source asset. The transient playable object is also referred to as the "runtime" asset instance.