mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-05 23:28:46 +00:00
Update README.md
This commit is contained in:
@@ -1,73 +1,85 @@
|
|||||||
# Cog
|
# 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)
|
||||||
|
|
||||||
## Engine Tools
|
## Project Structure
|
||||||
|
|
||||||
### Collisions
|
- `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
|
#### Debug Settings
|
||||||

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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