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