
์ค๋ช
Debug Function Library is a lightweight yet powerful function library designed to give developers total control over runtime debugging in Blueprint-based Unreal Engine projects.
๐น Key Features:
๐ง Debug Category Filtering โ Toggle entire categories like Traces, Arrows, Paths, Text, etc.
๐งพ Persistent Debug Log History โ Retrieve recent debug messages in real time or after gameplay ends.
๐งช On-Screen Messaging โ Display categorized debug messages with color and duration control.
๐ฏ Advanced Drawing Tools โ Visualize actors, traces, arrows (with directional enums), capsules, and paths.
๐งฐ Print Blueprint Call Stack โ Quickly trace function flow in Blueprint execution.
๐ฆ Development-Only Safe โ Functions only run in non-shipping builds, with full #if UE_BUILD_DEVELOPMENT support.
๐ Designed for plugin-level portability and ease of use across any game type.

