mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-05 15:18:47 +00:00
Update README.md
This commit is contained in:
@@ -5,89 +5,86 @@ Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com
|
|||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
- `Plugins/CogImGui` - A simple wrapper of Imgui for Unreal, inspired by [UnrealImGui](https://github.com/segross/UnrealImGui)
|
|
||||||
- `Plugins/CogInterface` - Interfaces usually implemented by actors to inspect them
|
|
||||||
- `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 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
|
- `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
|
||||||
|
|
||||||
## Windows
|
## ImGui Windows
|
||||||
|
|
||||||
### Engine Windows
|
### Abilities
|
||||||
|
|
||||||
#### Collisions
|
|
||||||

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

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

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

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

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

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

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

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

|
|
||||||
|
|
||||||
#### Spawn
|
|
||||||

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

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

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

|

|
||||||
|
|
||||||
#### Attributes
|
### Actions
|
||||||

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

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

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

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

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

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

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

|

|
||||||
|
|
||||||
#### Gamepad
|
### 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
|
||||||
|

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