Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorData.h |
| Include | #include "StateTreeEditorData.h" |
Syntax
USTRUCT ()
struct FStateTreeEditorBreakpoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| EStateTreeBreakpointType | BreakpointType | The event type that should trigger the breakpoint (e.g. OnEnter, OnExit, etc.). | |
| FGuid | ID | Unique Id of the Node or State associated to the breakpoint. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeEditorBreakpoint
(
const FGuid& ID, |