-
-
Notifications
You must be signed in to change notification settings - Fork 70
Initial Configuration
NCMcClure edited this page Feb 26, 2025
·
1 revision
- Open Project Settings (Edit → Project Settings)
- Navigate to Plugins → Node to Code
- You'll see several categories of settings to configure
Node to Code utilizes two separate Config files:
-
DefaultNodeToCode.ini
- Stores all of your modified non-sensitive plugin settings
- Saved in your Project's Config path
- Can be committed to source control without leaking API Keys
-
NodeToCodeSecrets.ini
- Stores your LLM service provider API keys
- Saved in your Project's Saved path
- Should be ignored by default when using a properly configured UE .gitignore or .p4ignore