-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started

Welcome! This guide will walk you through the basics of installing and using Content Inspector Pro.
- Visit the Unreal Engine Marketplace
- Search for Content Inspector Pro
- Click Install to Engine
- Select your Unreal Engine version
- Once installation completes, restart your Unreal Editor
The plugin will automatically appear in your editor after restart.
- Open your Unreal Engine project
- Go to Edit > Plugins
- Search for "Content Inspector Pro"
- Make sure it's enabled (blue checkmark)
- The editor may ask you to restart—click Yes

After enabling, open the plugin panel by:
Option A: Menu
- Go to Window > Content Inspector Pro
Option B: Content Browser
- Right-click any folder
- Select "Scan with Content Inspector Pro"
[Image: Screenshot of Window menu highlighting Content Inspector Pro]
- In the Content Browser, navigate to any folder (e.g.,
/Content/Assets) - Right-click on the folder
- Select "Scan with Content Inspector Pro"
- Wait for the scan to complete
[Image: Screenshot of right-click context menu with scan option]
- Open the Content Inspector Pro panel (Window > Content Inspector Pro)
- Click the folder icon to select a folder to scan
- Choose your target folder (e.g.,
/Content) - Click "Start Scan"
[Image: Screenshot of Content Inspector Pro panel with folder selection]
Once a scan completes, you'll see results organized by severity:
- 🔵 Info — Informational findings, no action required
- 🟡 Warning — Non-critical issues that should be reviewed
- 🔴 Error — Critical issues affecting quality or performance
[Image: Screenshot of results panel showing different severity levels]
Click on any issue to see:
- Issue Name — What was detected
- Location — Which asset or folder
- Description — Why it's a problem
- Recommendation — How to fix it
[Image: Screenshot of expanded issue detail view]
Content Inspector Pro lets you review changes before applying them:
- After scanning, review the detected issues
- Select the issues you want to fix
- Click "Preview Fixes"
- Review the changes in the preview panel
[Image: Screenshot of preview panel showing proposed changes]
Once satisfied with the preview:
- Click "Apply Fixes"
- The system will apply all selected fixes
- You'll see a confirmation message
- Your assets are now updated
Tip: Use granular selection to fix only the issues you want. You don't have to fix everything at once!
[Image: Screenshot of Apply Fixes confirmation]
Content Inspector Pro includes 7 built-in rules:
Validates asset naming conventions based on prefix rules. Perfect for enforcing team naming standards.
Example: Detects if a texture is missing a prefix like T_ or TX_
Audits texture compression settings to ensure optimal performance and quality.
Example: Detects uncompressed textures or incorrect compression formats
Checks if textures exceed your project's maximum size limits.
Example: Flags 4K textures when your limit is 2K
Validates that texture dimensions follow Power of Two (POT) standards.
Example: Detects 1024×512 textures instead of standard 1024×1024
Audits LOD (Level of Detail) setup on static meshes.
Example: Detects meshes missing LODs or with incorrect LOD distances
Detects orphaned or problematic asset redirectors.
Example: Finds broken redirects that can slow down editor performance
Finds empty folders in your project structure.
Example: Detects unused /Content/Temp/Old Assets/ folders
- After running a scan, click "Export Report"
- Choose your format:
- CSV — Excel-compatible spreadsheet
- JSON — For automated processing
- HTML — Interactive, shareable report
- Select save location
- Report is generated and saved
[Image: Screenshot of export options dialog]
HTML reports are perfect for sharing with your team:
- Open in any web browser
- Interactive filtering and sorting
- No special software required
- Professional presentation
[Image: Screenshot of HTML report opened in browser]
- Open Window > Content Inspector Pro
- Click "Settings" or "Configure Rules"
- Toggle rules on/off based on your needs
- Adjust rule parameters as needed
[Image: Screenshot of rules configuration panel]
Adjust how severe each issue is categorized:
- Rules can be marked as Info, Warning, or Error
- Customize based on your pipeline needs
- Changes apply immediately to future scans
[Image: Screenshot of severity configuration for rules]
- 🐛 Report issues on GitHub Issues
- 💬 Ask questions in Discussions
- 🎮 See plugin in action: Video Demo