Update README.md

This commit is contained in:
Arnaud Jamin
2023-10-02 17:30:01 -04:00
committed by GitHub
parent 771963f7c2
commit 598fdece29
+1
View File
@@ -4,6 +4,7 @@ Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com
## Project Structure
- `Plugins/CogImGui` - A simple wrapper of Imgui for Unreal, inspired by [UnrealImGui](https://github.com/segross/UnrealImGui)
- `Plugins/CogInterfaces` - Interfaces usually implemented by actors used to various debug tools 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, ...)