Skip to content

Initial Configuration

NCMcClure edited this page Feb 26, 2025 · 1 revision

Plugin Setup → Initial Configuration


Accessing Plugin Settings

  1. Open Project Settings (Edit → Project Settings)
  2. Navigate to Plugins → Node to Code
  3. You'll see several categories of settings to configure

Node to Code plugin settings

Settings

  1. LLM Provider Setup

  2. Target Language Selection

  3. Translation Depth Configuration

  4. Reference Source Files

  5. Logging Configuration

  6. Theme Customization

Plugins Config Files & Source Control

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

Clone this wiki locally