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