UMG Insight Docs

UMG Insight Documentation

Installation, Widget Blueprint analysis workflow, generated outputs, review boundaries, and AI-assisted UI modification context.

Product Type

UMG Insight

Unreal Editor analysis plugin for Widget Blueprint structure review, UI interaction visibility, and modification-focused UMG review context.

Supported Versions

Unreal Engine 5.4 - 5.7

Designed for Windows editor workflows and Win64 plugin distribution unless otherwise stated on the product listing.

UMG Insight one-click workflow image
Purpose

Understand UI structure before modifying it.

UMG Insight helps developers review Widget Blueprint hierarchy, bindings, dispatcher evidence, visibility-related structure, and interaction routing context before making UI changes.

Not a Generator

Review visibility and interaction context, not automatic UI creation.

UMG Insight does not generate UIs, rewrite Widget Blueprints, or claim runtime correctness. It produces review material to help humans and AI assistants understand UI behavior structure before modification.

Quick Start

Recommended First Steps

  1. Select or open the Widget Blueprint you want to review.
  2. Run UMG Insight from the Content Browser action or Tools workflow.
  3. Open the generated Markdown reports in Saved/UMGInsight.
  4. Use the reports when planning UI modifications or AI-assisted edits.
Installation

Install the Plugin

  1. Close Unreal Editor.
  2. Copy the plugin folder into your project's Plugins folder.
  3. Confirm the plugin folder is directly under <YourProject>/Plugins/.
  4. Reopen the project in Unreal Editor.
  5. If Unreal asks to rebuild modules, allow the rebuild.

Enable the Plugin

  1. Open Edit > Plugins.
  2. Search for UMG Insight.
  3. Enable the plugin if it is not already enabled.
  4. Restart the editor if Unreal asks you to do so.
How to Use

Run UMG Insight Analysis

  1. Open your Unreal Engine project.
  2. Select a Widget Blueprint in the Content Browser, or open the Widget Blueprint you want to review.
  3. Run UMG Insight from the available Content Browser action or Tools > UMG Insight workflow.
  4. Wait for report generation to complete.
  5. Open the generated reports under <YourProject>/Saved/UMGInsight/.

UMG Insight is intended for static Widget Blueprint review before modification. It does not generate UI or automatically change Widget assets.

Generated reports are intended to be inspected by developers and may also be shared with AI assistants for technical discussion.

Generated Outputs

Report Files

UMG Review Output

<YourProject>/Saved/UMGInsight/

  • Widget Blueprint structure review report
  • interaction routing review summary
  • visibility and state coordination notes
  • delegation-aware review notes
  • modification review context report
  • AI-readable Markdown review material
Analysis Coverage

What It Helps Review

  • Widget Blueprint hierarchy summary
  • Named widget and component structure
  • Binding and dispatcher evidence
  • Interaction-routing evidence
  • Visibility-related review context
  • Delegated behavior flow candidates
  • Interaction locality hints
  • Modification review context
  • AI-readable UI structure reports
Important Notes

Review Boundaries

  • UMG Insight performs static editor-side analysis.
  • It does not generate UI, rewrite Widget Blueprints, or automatically approve safe modifications.
  • It does not simulate exact runtime behavior or guarantee runtime execution order.
  • It does not replace manual UI testing or gameplay validation.
  • Reports are intended to help humans and AI assistants review UI behavior with better context before modification.

Static reports should be treated as evidence-based review material. Runtime behavior, branch conditions, dynamic data, and project-specific design intent may require manual verification inside Unreal Editor.

Important AI Workflow Recommendation

Do NOT Give AI Only The Full Project Export

When using Insight Ecosystem outputs with AI-assisted workflows, we strongly recommend providing both the full project export and a focused Runtime Package for the specific system currently being modified.

providing BOTH:
- the full project export
- a focused Runtime Package

This is extremely important for long Unreal Engine implementation sessions.

Why?

During large Blueprint-driven workflows, AI may gradually drift from:

system-level runtime reasoning

toward:

localized patch reasoning

especially during manual Blueprint wiring, runtime suppression work, BT/EQS modifications, montage-related implementation, and dispatcher-heavy systems.

The problem is often not lack of information. The problem is:

loss of topology focus

Recommended Workflow

1. Full Insight Export

This provides overall project structure, global topology, and cross-system visibility.

2. Focused Runtime Package

This stabilizes runtime ownership awareness, convergence tracking, orchestration understanding, and cleanup path awareness for the system currently being modified.

Example

For a melee combat modification, a Combat Runtime Package might include:

  • related BTTasks
  • related BTServices
  • related Blackboard assets
  • combat orchestration Blueprints
  • related AnimBP sections
  • related dispatcher / notify data
  • related hidden_dependencies excerpts
  • related comment_clusters excerpts

while excluding unrelated systems such as UI, unrelated locomotion, unrelated player systems, and unrelated vehicle systems.

Important

This is not primarily about reducing file size. It is about:

stabilizing the AI's runtime attention topology

In practice, this can significantly reduce local patch drift, screenshot anchoring, orchestration confusion, cleanup-path mistakes, and runtime ownership loss during long AI-assisted Unreal Engine sessions.

For more detailed discussion about AI reasoning drift, synchronization rules, structure-first workflows, and runtime orchestration safety, please see:

AI Workflow Discipline & Synchronization

Documentation Complete

Return to the product page or Insight Ecosystem.

Use this direct documentation page for Fab documentation links, product review, and AI-assisted workflow reference.