Debugging Blueprints

Breakpoints! Not as powerful as C++ but good anyway (you can preview variable values as well).

Right-click a node and select “toggle breakpoint”. Execution will stop at this node and you’ll be able to navigate between code frame executions :slight_smile: