Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/UStateTreeEditorData
Syntax
UPROPERTY (Transient)
TArray < FStateTreeEditorBreakpoint > Breakpoints
Remarks
Transient list of breakpoints added in the debugging session. These will be lost if the asset gets reloaded. If there is eventually a change to make those persist with the asset we need to prune all dangling breakpoints after states/tasks got removed. (see RemoveUnusedBindings)