mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
3.2 KiB
3.2 KiB
Cog
Cog are debug tools for Unreal Engine built on top of ImGui
Project Structure
Plugins/CogImGui- A simple wrapper of Imgui for Unreal, inspired by UnrealImGuiPlugins/CogDebug- Debug functionalitiesPlugins/CogWindow- Debug Window managementPlugins/CogEngine- Debug Windows for the core unreal engine functionalities (Log, Stats, Time, Collisions, Skeleton, ...)Plugins/CogInput- Debug Windows using the Enhanced Input library (Input action, Gamepad)Plugins/CogAbility- Debug Windows interacting with the Gameplay Ability System (Gameplay Abilities, Gameplay Effects, Gameplay Tags, ...)CogSample- A Sample that demonstrate Cog