Navigation
API > API/Plugins > API/Plugins/StateTreeModule
| Name | EStateTreeBreakpointType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Debugger/StateTreeDebuggerTypes.h |
| Include Path | #include "Debugger/StateTreeDebuggerTypes.h" |
Syntax
enum EStateTreeBreakpointType
{
Unset,
OnEnter,
OnExit,
OnTransition,
}
Values
| Name | Remarks |
|---|---|
| Unset | |
| OnEnter | |
| OnExit | |
| OnTransition |