Navigation
API > API/Plugins > API/Plugins/Avalanche
| Name | EAvaTickerQueueLimitType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/Avalanche/Public/Framework/Ticker/AvaTickerComponent.h |
| Include Path | #include "Framework/Ticker/AvaTickerComponent.h" |
Syntax
enum EAvaTickerQueueLimitType
{
UMETA =(Hidden),
DisableQueueing,
DiscardOldest,
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| DisableQueueing | No new elements will be queued if queue is full |
| DiscardOldest | New elements will be queued by discarding the oldest (front of queue) |