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
CogSample- A Sample that demonstrate various Cog functionalitiesPlugins/CogAbility- ImGui windows for the Gameplay Ability System (Abilities, Effects, Tags, ...)Plugins/CogInput- ImGui windows for the Enhanced Input library (Input action, Gamepad)Plugins/CogEngine- ImGui windows for the core unreal engine functionalities (Log, Stats, Time, Collisions, Skeleton, ...)Plugins/CogWindow- ImGui window management (Base Window, Layout)Plugins/CogDebug- Debug functionalities (Log, Debug Draw, Plot, Metric, ...)Plugins/CogImGui- Integration of Imgui for Unreal, inspired by UnrealImGuiPlugins/CogInterface- Interfaces implemented by actors to inspect them