A flowgraph manager window that displays, creates, and edits variables at both the current graph scope and the project (manager) scope. Supports drag-and-drop reordering, getter/setter node creation, type selection, and inline value editing.
-- Variables are managed through the Variables window in the flowgraph editor.-- Creating a variable:-- 1. Click "+" next to Current Graph or Project Variables-- 2. Enter name, select type (or leave as Auto)-- 3. Click Create-- Using variables in the graph:-- - Click the getter (↓) icon to place a getVariable node-- - Click the setter (↑) icon to place a setVariable node-- - Or drag-and-drop from the variable card onto the canvas