Imported from andres00567/Unreal-MCP-Extension (
Skills/ue-data-validation/SKILL.md). Install upstream withnpx skills add andres00567/Unreal-MCP-Extension --skill ue-data-validation. Copyright stays with the author.
UE Data Validation
Turn project invariants into focused validators with stable identifiers, bounded scans, exact asset paths, and actionable messages. Prefer Asset Registry metadata before asset loading. Separate errors that break runtime/cook from warnings and advisory style checks.
Validators must be deterministic, safe in unattended execution, and free of hidden content mutation. When autofix is useful, expose it as a separate previewable permission-gated operation rather than changing assets during validation.
Test valid, invalid, missing-reference, redirector, read-only, unloaded, map, plugin, and cooked-content cases. Report counts and failures in machine-readable form suitable for CI while retaining concise editor-facing diagnostics.