Velarion: 所有产品五折优惠

VarDump

IBTools - 代码插件 - 2021/09/23

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

  • 支持的平台
  • 支持的引擎版本
    4.26 - 4.27
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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/

技术细节

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