**Updated to support 4.12+**
Visual Studio extension for displaying the values of blueprint variables in the VS watch windows. When adding a watch on a UObject, an extra entry "BP Properties" will be displayed if the object is of a blueprint class. Expanding this will list the blueprint variables.
Installer download (Dropbox). Just run the VSIX file to install the extension. It will be enabled by default.
Website.
Github.
There are still some issues and I'll try to fix them in time. Any help welcome - unfortunately documentation and examples for the extension API used for this are essentially non-existent.
NOTES:
Visual Studio extension for displaying the values of blueprint variables in the VS watch windows. When adding a watch on a UObject, an extra entry "BP Properties" will be displayed if the object is of a blueprint class. Expanding this will list the blueprint variables.
Installer download (Dropbox). Just run the VSIX file to install the extension. It will be enabled by default.
Website.
Github.
There are still some issues and I'll try to fix them in time. Any help welcome - unfortunately documentation and examples for the extension API used for this are essentially non-existent.
NOTES:
- Requires VS 2015.
- Most types are supported. Interfaces yet to be added, possibly a few others.
- Should be used in conjunction with the UE4 natvis file included with the engine (copy from Engine/Extras/VisualStudioDebugging into [User]/Documents/Visual Studio 2015/Visualizers).
Comment