mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
3.4 KiB
3.4 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/CogInterface- Interfaces usually implemented by actors to inspect themPlugins/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 for the Enhanced Input library (Input action, Gamepad)Plugins/CogAbility- Debug Windows for the Gameplay Ability System (Abilities, Effects, Tags, ...)CogSample- A Sample that demonstrate various Cog functionalities