LocCheck¶
LocCheck is an editor-only Unreal Engine plugin by ECal Studios for localization QA, string table review, and large localization table management.
It helps you find missing translations, empty entries, broken placeholders, risky text length changes, duplicate keys, bad key naming, unused localization entries, missing font glyph coverage, and hardcoded UI text before those issues reach players.
LocCheck does not replace Unreal Engine's localization system. It gives you a clearer review layer on top of your existing String Tables, localization archives, Widget Blueprints, fonts, and project assets.
![]()
Best use case
Use LocCheck when your project already has localization data, or when you are preparing your game for translation, QA, Fab submission, Steam release, or wider public testing.
What LocCheck helps with¶
-
Scan localization entries
Review String Tables and localization archive data in one searchable workspace.
-
Find player-facing issues
Catch missing translations, empty translations, broken placeholders, broken rich text tags, and long text risks.
-
Manage large tables
Search, filter, sort, and triage large string tables without digging through scattered editor windows.
-
Check font coverage
Detect characters that may not be covered by imported
UFontFaceassets. -
Find hardcoded UI text
Scan Widget Blueprints for TextBlock, RichTextBlock, EditableText, and EditableTextBox text that may not be localized.
-
Export reports
Create Markdown, HTML, CSV, table split, and review status reports for QA handoff and documentation.
Dashboard overview¶
The Dashboard gives you a quick summary of the current localization state: health score, issue counts, culture progress, top fixes, and a preview of entries that need attention.

Main workflow¶
- Open Tools > ECal Studios > LocCheck — Localization QA.
- Click Quick Scan.
- Review the Dashboard for the health score, issue counts, culture progress, and top fixes.
- Open Tables to search and filter entries.
- Select an entry to inspect its source text, translations, issues, notes, status, character limit, and usage references.
- Use Problems for issue-focused review.
- Use Reports to export QA handoff files.
- Use Settings to tune cultures, paths, scanners, thresholds, naming rules, and report output.
Requirements¶
| Requirement | Details |
|---|---|
| Unreal Engine | 5.5, 5.6, 5.7 |
| Plugin type | Editor-only |
| Runtime impact | None |
| External dependencies | None |
| Supported platforms | Windows, macOS, Linux |
| Module | LocCheck editor module |
| Current version | 1.0.0 |
Compatibility notes¶
LocCheck is designed for standard Unreal Engine localization workflows, including String Tables and generated localization archive files. It can still open and scan safely when a project has little or no localization data, but the most useful results come from projects with String Tables, target cultures, and generated localization files.
The plugin is editor-only and does not add runtime code to packaged builds.
Documentation¶
Support¶
For support, email [email protected] and include:
- Plugin name and version
- Unreal Engine version
- Operating system
- A short description of the issue
- Relevant Output Log lines containing
LogLocCheck - Screenshots if the issue is visual