Multi-Graph Tabs (Pro)
Multi-Graph Tabs (Pro)
Real Blueprints have multiple graphs: an EventGraph, custom functions, a construction script. GraphDeck supports this with tabs.
Working with Tabs
- Each tab is a separate graph within the same Blueprint
- Switch between tabs to work on different functions
- Each tab has its own nodes, connections, and viewport position
- Variables and components are shared across all tabs (they belong to the Blueprint, not a specific graph)
AI-Generated Multi-Graph
When you generate a Blueprint that needs multiple graphs, the AI creates all of them in one pass. A construction script, custom functions, and the EventGraph all appear as separate tabs, correctly cross-referencing each other.
Adding a Tab
Click the "+" button at the end of the tab bar. Enter a name for your new function graph.
Deleting a Tab
Right-click a tab and select "Delete Graph." The EventGraph cannot be deleted. It's always present.