Description
Focusing on easy-of-use, VarDump is a plugin to easily check your C++ and blueprint variables values on runtime on Unreal Engine Editor.
VarDump opens a tab and exhibits your variables. To see a variable on the window:
From Blueprint: Just plug your output pins into the inteligent VarDump node wildcard
From code: Just pass it as a parameter to the macro: VARDUMP(YourVariable). No need to adequate the type.
See the full documentation on https://www.vardump.info/
Technical Details
Code Modules:
Number of Blueprints: 0
Number of C++ Classes: 16
Network Replicated: No
Supported Development Platforms: Win64
Supported Target Build Platforms: none (just development use)
Documentation: https://www.vardump.info/
Example Project: https://github.com/Joao-Socas/VarDumpExamples
Supported Engine Versions
4.26 – 4.27, 5.0