CrimsonEditorUtilities · Lesson 4 of 4
The Toolbar Helpers
Before you start
- CrimsonEditorUtilities enabled
Chapters
1. Delete Save Game
The Delete Save Game toolbar dropdown browses Saved/SaveGames/ and deletes a single .sav, a sub-directory, or a whole slot — no more digging through Explorer between test runs. With CrimsonSaveSystem installed, the dropdown groups files by slot, matching the fragment model.
2. Common Maps
Fill Project Settings → Crimson → Crimson Editor Utilities → Common Editor Maps with your test maps and the Common Maps toolbar dropdown opens any of them in one click. The button hides itself while the list is empty.
Hidden during PIE
Both helpers disappear while you're playing in editor — deleting save files mid-session would corrupt the state the session is using. Each has its own enable toggle (
bEnableSaveGameDeleter, bEnableCommonMaps) if you want them gone entirely.What's next
That's the whole plugin — small on purpose. The MCP story continues in the CrimsonCommon docs: adding MCP tools to your own plugins and managing which toolsets agents can see.