VarDump

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
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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