Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeTypes.h |
| Include | #include "StateTreeTypes.h" |
Syntax
enum EStateTreeSelectionFallback
{
None,
NextSelectableSibling,
}
Values
| Name | Description |
|---|---|
| None | No fallback |
| NextSelectableSibling | Find next selectable sibling, if any, and select it |
Remarks
Fallback behavior indicating what to do after failing to select a state