Navigation
API > API/Plugins > API/Plugins/AvalancheSequence
| Name | EAvaSequencePlayMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheSequence/Public/AvaSequenceShared.h |
| Include Path | #include "AvaSequenceShared.h" |
Syntax
enum EAvaSequencePlayMode
{
Forward,
Reverse,
}
Values
| Name | Remarks |
|---|---|
| Forward | Sequence plays and loops from the beginning to the end. |
| Reverse | Sequence plays and loops from the end to the beginning. |