[Fab Release] Asset Deep Exporter — Structured JSON and TXT Reports for Unreal Engine Assets

Hello everyone,

We are pleased to introduce Asset Deep Exporter, an editor-only Unreal Engine plugin now available on Fab.

Asset Deep Exporter adds a simple, read-only export action directly to the Unreal Engine Content Browser. It allows developers to select one or more assets and generate detailed, structured JSON and TXT reports without opening every specialized asset editor.

Simple Workflow

  1. Select one or more assets in the Content Browser.
  2. Right-click and choose Deep Export > Export Deep Asset Report.
  3. Open the generated reports in:

<Project>/Saved/AssetDeepExports

Supported Asset Types

Asset Deep Exporter can generate reports for:

  • Blueprints
  • Animation Blueprints
  • Data Tables
  • User Defined Structs
  • User Defined Enums
  • Behavior Trees
  • Blackboards
  • Generic UObject-based assets

Blueprint Report Coverage

Blueprint reports can include:

  • Variables, default values, categories, access levels, and roles
  • Components, timelines, interfaces, and dependencies
  • Graphs, functions, macros, delegates, and local variables
  • Nodes, links, execution flow, and data flow
  • Blueprint compiler diagnostics

Animation Blueprint reports can also include:

  • AnimGraphs
  • State machines and states
  • Transitions and transition rules
  • Animation events
  • Sync groups
  • Optimization settings

Possible Uses

The generated reports can be useful for:

  • Technical documentation
  • Debugging
  • Project audits
  • Source-control comparisons
  • Reviewing complex Blueprint structures
  • Automation and diagramming workflows
  • Optional analysis with external AI tools selected by the user

Local, Safe, and Read-Only

  • No cloud service
  • No account required
  • No telemetry
  • No project data transmitted
  • No included or connected AI service
  • Source assets are never modified

All reports are created entirely on the local machine.

Each exported asset generates one UTF-8, pretty-printed JSON report and one matching TXT report containing the same structured information.

Compatibility

  • Unreal Engine: 5.7 and 5.8
  • Platform: Windows 64-bit
  • Plugin type: Editor-only code plugin

A complete bilingual English/French PDF user manual is included with the product files.

Fab Listing

Support

support@lastlightworkshopstudio.com

Feedback, questions, and feature suggestions are welcome.