Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
| Name | EAvaMediaSynchronizedEventState |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/ModularFeature/IAvaMediaSynchronizedEventDispatcher.h |
| Include Path | #include "ModularFeature/IAvaMediaSynchronizedEventDispatcher.h" |
Syntax
enum EAvaMediaSynchronizedEventState
{
NotFound,
Tracked,
Pending,
Ready,
}
Values
| Name | Remarks |
|---|---|
| NotFound | The requested event signature is not tracked by the dispatcher. |
| Tracked | Has been seen on other nodes, but has not been pushed locally yet. |
| Pending | Has been pushed locally and is waiting on other nodes. |
| Ready | Has been marked from all node and will be invoke on next dispatch call. |