mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-02 12:48:14 +00:00
Update README.md
This commit is contained in:
@@ -3,15 +3,17 @@ Cog is a set of debug tools for Unreal Engine built on top of [ImGui](https://gi
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## ImGui Windows
|
- Cog provides specific ImGui windows to inspect and configure various Unreal features (Enhanced Inputs, Gameplay Abilities, Core Engine)
|
||||||
|
- Cog provides a window mangement with persistent configuration and layouts.
|
||||||
|
- Cog provides C++ and Blueprint functions to log and debug draw within Log Categories.
|
||||||
|
- Cog provides some control over the server (spawning, debug draw, logging)
|
||||||
|
|
||||||
### General Notes
|
## Windows
|
||||||
- Press the `[Insert]` key or use the `Cog.ToggleInput` console command to open the Imgui Main Menu.
|
|
||||||
|
- In the sample press the `[Tab]` key or use the `Cog.ToggleInput` console command to open the ImGui Main Menu.
|
||||||
- Most windows display their contents based on a selected actor.
|
- Most windows display their contents based on a selected actor.
|
||||||
- The selector actor can be chosen using the selection window or widget.
|
- The selector actor can be chosen using the `Engine/Selection` window or widget.
|
||||||
- Mouse over a window title to display its help. This behavior can be disabled in the Window menu.
|
- Mouse over a window title to display its help.
|
||||||
- Window Layouts can be saved/loaded.
|
|
||||||
- Windows save their own settings in a Cog.ini file to maintain their state between multiple sessions.
|
|
||||||
|
|
||||||
### Abilities
|
### Abilities
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user