Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
| |
|
| Name |
EAvaPlayableCommandResult |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayable.h |
| Include Path |
#include "Playable/AvaPlayable.h" |
Syntax
enum EAvaPlayableCommandResult
{
Executed = 0,
ErrorDiscard = 1,
KeepPending = 2,
}
Values
| Name |
Remarks |
| 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. |