Visualize Unreal Engine Plugin dependencies like never before
Visualize Unreal Engine Plugin dependencies like never before
Spyglass is a lightweight Unreal Engine editor plugin that builds an interactive graph showing how your plugins depend on one another. Hover a node to see detailed information, pan around the view and tweak layout forces to suit your preferences.
Unreal Engine 5.2 or newer and a C++ project that can compile plugins.
NsSpyglass folder into your projectβs Plugins directory. Create the Plugins folder if it does not exist.Edit β Plugins then restart the editor.Launch your Unreal Engine editor and navigate to Window β Spyglass β Plugin Dependency Viewer.
The plugin scans your project and displays an interactive graph of all plugins and their relationships.
Each node represents a plugin. Lines between nodes show that one plugin references another. Use this view to quickly spot missing references or circular dependencies.
If you run into issues, open an issue on GitHub :)