Better Debug

Kampai Raptor - Code Plugins - Apr 12, 2024
5
4.4 out of 5 stars(5 ratings)
  • 80%
  • 0%
  • 0%
  • 20%
  • 0%

10X your debugging speed

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.3
  • 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.

Demonstration: Video Link

Documentation: Link

Support: Link


Better Debug plugin will help you speed up debugging by making displaying information much easier and faster than you thought possible. You will have available print nodes for all of the common types of variables (No more converting everything to string 😉) with always added option to describe your debug so you don't have to constantly worry about where is your "hello" coming from.


We also made for you brand new editor utility, so you can easily adjust the size of the prints together with categories of what you want to print, so no more text spam on your screen! Display only the information you need, when you need it.


The plugin keeps being updated and developed so feel free to join discord to get answers for any questions you may have Discord Link


Please consider supporting us on Patreon, so we can keep creating free plugins Patreon Link

Technical Details

Features:

  •  Making debugging easier and faster
  •  Editor utility to manage debug messages


Code Modules:

  •  BetterDebugRuntime (Runtime)
  •  BetterDebugEditor (Editor)


Number of Blueprints: 3

Number of C++ Classes: 4

Network Replicated: No

Supported Development Platforms: Win64, Android

Supported Target Build Platforms: Win64, Android (technically all of them, it's editor plugin)

Documentation: Link

Example Project: Link