-
-
Notifications
You must be signed in to change notification settings - Fork 75
Accessing and Triggering Translation
NCMcClure edited this page Feb 26, 2025
·
1 revision
When you open any Blueprint in the Unreal Editor, you'll find the Node to Code button in the toolbar that also contains the familiar Save and Compile buttons. To use it simply:
-
Look for the "Node to Code" button in the Blueprint Editor's main toolbar
-
Click the button to see a dropdown of the available actions
Before the toolbar actions become available, ensure:
- You have an active Blueprint editor window open
- The Blueprint editor is focused on a graph (Event Graph, Function, etc.)
- The graph contains at least one node
- Your LLM provider is properly configured in the plugin settings
Note
If the toolbar button appears grayed out, make sure that you have a graph focused.
Once you've located the toolbar:
-
Click the "Translate Blueprint Graph to Code" button
-
The plugin will:
- Open/Focus the Node to Code Editor window if it's not already open or within view
- Immediately begin processing your graph
- Display a status overlay within the Editor window while the request is processed
When you trigger a translation, Node to Code performs several steps.
Note
Translation time can vary based on:
- Graph complexity
- LLM provider response time
- Network conditions (for cloud-based LLMs)
- Number of reference files included