Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Enum used for flow control during event iteration.
| Name | EStateTreeLoopEvents |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeEvents.h |
| Include Path | #include "StateTreeEvents.h" |
Syntax
enum EStateTreeLoopEvents
{
Next,
Break,
Consume,
}
Values
| Name | Remarks |
|---|---|
| Next | Continues to next event. |
| Break | Stops the event handling loop. |
| Consume | Consumes and removes the current event. |