mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 00:01:37 -07:00
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
This commit is contained in:
@@ -1,2 +1,87 @@
|
||||
# Cog
|
||||
Cog are debug tools for Unreal Engine built on top of ImGui
|
||||
Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com/ocornut/imgui)
|
||||
|
||||
## Project Structure
|
||||
|
||||
- `Plugins/CogImGui` - A simple wrapper of Imgui for Unreal, inspired by [UnrealImGui](https://github.com/segross/UnrealImGui)
|
||||
- `Plugins/CogDebug` - Debug functionalities
|
||||
- `Plugins/CogWindow` - Debug Window management
|
||||
- `Plugins/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
|
||||
|
||||
## Windows
|
||||
|
||||
### Engine Windows
|
||||
|
||||
#### Collisions
|
||||

|
||||
|
||||
#### Debug Settings
|
||||

|
||||
|
||||
#### Log Categories
|
||||

|
||||
|
||||
#### Net Emulation
|
||||

|
||||
|
||||
#### Output Log
|
||||

|
||||
|
||||
#### Plots
|
||||

|
||||
|
||||
#### Scalability
|
||||

|
||||
|
||||
#### Skeleton
|
||||

|
||||
|
||||
#### Selection
|
||||

|
||||
|
||||
#### Stats
|
||||

|
||||
|
||||
#### Time
|
||||

|
||||
|
||||
### Gameplay Ability Windows
|
||||
|
||||
#### Abilities
|
||||

|
||||
|
||||
#### Attributes
|
||||

|
||||
|
||||
#### Cheats
|
||||

|
||||
|
||||
#### Damages
|
||||

|
||||
|
||||
#### Effects
|
||||

|
||||
|
||||
#### Pools
|
||||

|
||||
|
||||
#### Tags
|
||||

|
||||
|
||||
#### Tweaks
|
||||

|
||||
|
||||
### Input Windows
|
||||
|
||||
#### Input Actions
|
||||

|
||||
|
||||
#### Gamepad
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user