mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-23 12:24:59 -07:00
91 lines
3.4 KiB
Markdown
91 lines
3.4 KiB
Markdown
# Cog
|
|
Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com/ocornut/imgui)
|
|
|
|

|
|
|
|
## Project Structure
|
|
|
|
- `CogSample` - A Sample that demonstrate various Cog functionalities
|
|
- `Plugins/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 [UnrealImGui](https://github.com/segross/UnrealImGui)
|
|
- `Plugins/CogInterface` - Interfaces implemented by actors to inspect them
|
|
|
|
## ImGui Windows
|
|
|
|
### Abilities
|
|

|
|
|
|
### Actions
|
|

|
|
|
|
### Attributes
|
|

|
|
|
|
### Cheats
|
|

|
|
|
|
### Collisions
|
|

|
|
|
|
### Debug Settings
|
|

|
|
|
|
### Effects
|
|

|
|
|
|
### Gamepad
|
|

|
|
|
|
### Log Categories
|
|

|
|
|
|
### Metric
|
|

|
|
|
|
### Net Emulation
|
|

|
|
|
|
### Output Log
|
|

|
|
|
|
### Pools
|
|

|
|
|
|
### Plots
|
|

|
|
|
|
### Scalability
|
|

|
|
|
|
### Skeleton
|
|

|
|
|
|
### Selection
|
|

|
|
|
|
### Spawn
|
|

|
|
|
|
### Stats
|
|

|
|
|
|
### Tags
|
|

|
|
|
|
### Time Scale
|
|

|
|
|
|
### Tweaks
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|