Settings
All settings live under Edit → Project Settings → Plugins → Code Editor.
They are stored per user, per project (EditorPerProjectUserSettings), so they
do not travel with the project for other team members.
Two buttons at the section level reset things: Reset Keybindings to Defaults and the standard Reset to Defaults (which restores every value below).
AI Settings: Claude
Section titled “AI Settings: Claude”| Setting | Default | Notes |
|---|---|---|
| Claude API Key | empty | Required for any Claude-backed feature. |
| Claude Model | claude-3-5-sonnet-20241022 | The model id sent to the API. |
| Claude API Endpoint | https://api.anthropic.com/v1/messages | Change only for a proxy or gateway. |
AI Settings: ChatGPT
Section titled “AI Settings: ChatGPT”| Setting | Default | Notes |
|---|---|---|
| OpenAI API Key | empty | Required for any ChatGPT-backed feature. |
| OpenAI Model | gpt-4o | The model id sent to the API. |
| OpenAI API Endpoint | https://api.openai.com/v1/chat/completions | Change only for a proxy or gateway. |
AI Settings: Chat
Section titled “AI Settings: Chat”These drive the AI assistant panel.
| Setting | Default | Notes |
|---|---|---|
| Default Chat Agent | Claude | Provider used by the chat panel (Claude or ChatGPT). |
| Default AI Context | Visible code | What code is attached to a message (Visible code or User selection). |
| Max History Messages | 5 | Recent messages resent for context (1 to 50). Lower is cheaper. |
| Simple Query Max Tokens | 1024 | Token cap for 1 to 2 message exchanges (100 to 4096). |
| Regular Max Tokens | 2048 | Token cap for longer conversations (100 to 4096). |
| System Instructions | see below | Multi-line instructions seeded into every conversation. |
The default System Instructions:
- UE C++ function context- Keep answers concise- Help understand/optimize/expand function- Follow UE5.1+ conventions- Verify functions existAI Settings: Inline Completion
Section titled “AI Settings: Inline Completion”These drive AI inline completions.
| Setting | Default | Notes |
|---|---|---|
| Max Context Lines | configurable (10 to 200) | Cap on lines of surrounding code sent. Lower reduces token use. |
| Inline Completions Agent | Claude | Provider used for inline completion (Claude or ChatGPT). |
| Default Completion Type | Block | Current Line or Block. Cycle live with Ctrl + Alt + T. |
| Default Implementation Context Type | Current Function Before Cursor | Context for .cpp files. Cycle live with Ctrl + Alt + R. |
| Default Declaration Context Type | N Lines Above Cursor | Context for .h files. |
| Default Number of Lines | 5 | Lines used when the context type is N Lines Above Cursor (1 to 50). |
Editor Settings: Font
Section titled “Editor Settings: Font”| Setting | Default | Notes |
|---|---|---|
| Font Size | 10 | Editor font size (8 to 72). |
| Bold Font | false | Render the editor text bold. |
Editor Settings: Indentation
Section titled “Editor Settings: Indentation”| Setting | Default | Notes |
|---|---|---|
| Tab Space Count | 4 | Spaces per tab / soft tab (1 to 8). |
| Indentation Type | Tabs | Tabs or Spaces. |
Keyboard Shortcuts
Section titled “Keyboard Shortcuts”Each of these is a remappable chord. Defaults below; the full cheat sheet is on the Keyboard Shortcuts page.
| Setting | Default |
|---|---|
| Find/Search | Ctrl + F |
| Save | Ctrl + S |
| Save and Build | Ctrl + Shift + B |
| Indent | Tab |
| Unindent | Shift + Tab |
| Go to Line | Ctrl + G |
| Autocompletion Dropdown | Ctrl + Shift + Space |
| AI Inline Completion | Ctrl + Space |
| Cancel AI Inline Suggestion | Escape |
| Toggle Completion Type | Ctrl + Alt + T |
| Toggle Context Type | Ctrl + Alt + R |
Editor Colors
Section titled “Editor Colors”With Color Preset set to Custom, every color below is editable. Presets Midnight Studio (default) and Cosmic Code set them for you.
- Syntax: Text, Keywords, Comments, Strings, Numbers, Types, Function Names, Class Names.
- Highlight: Word Highlight.
- Tabs: Active Tab Background, Active Tab Border, Active Tab Text, Inactive Tab Background, Inactive Tab Text, Modified File Indicator.