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