Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playable
References
| |
|
| Module |
AvalancheMedia |
| Header |
/Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayable.h |
| Include |
#include "Playable/AvaPlayable.h" |
Syntax
enum EAvaPlayableCommandResult
{
Executed = 0,
ErrorDiscard = 1,
KeepPending = 2,
}
Values
| Name |
Description |
| Executed |
The command was executed successfully. |
| ErrorDiscard |
The command failed and should be discarded. |
| KeepPending |
The command couldn't be executed but should be kept and attempted again. |