Velarion: All products 50% off

VarDump

IBTools - Code Plugins - Sep 23, 2021

Focusing on easy-of-use, VarDump is a plugin to easily check your C++ variables values on runtime on Unreal Engine.

  • Supported Platforms
  • Supported Engine Versions
    4.26 - 4.27
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Focusing on easy-of-use, VarDump is a plugin to easily check your C++ variables values on runtime on Unreal Engine.

  • No more need to spend time creating the UE_LOG entry syntax
  • No more trying to find your variable log in the middle of all that giant log
  • Easily control the the dump output
  • New functionality for dumping objects


VarDump opens a tab and exhibits your variables. To see a variable on the window, 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

Features:

  •  A powerfull macro to add your variables to the "Dump"
  •  Another macro to update then
  • New macros to dump and update objects
  •  A window to show then

Code Modules:

  •  VarDump


Number of Blueprints: 0

Number of C++ Classes: 13

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