mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-06 15:48:48 +00:00
Update README.md
This commit is contained in:
@@ -16,14 +16,24 @@ Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com
|
|||||||
|
|
||||||
## ImGui Windows
|
## ImGui Windows
|
||||||
|
|
||||||
|
Most windows display their contents based on a selected actor. The selector actor can be chosen using the selection window or widget.
|
||||||
|
|
||||||
### Abilities
|
### Abilities
|
||||||
|
Displays the gameplay abilities of the selected actor.
|
||||||

|

|
||||||
|
- Click the ability checkbox to force its activation or deactivation.
|
||||||
|
- Right click an ability to open or close the ability separate window.
|
||||||
|
- Use the 'Give Ability' menu to manually give an ability from a list defined in a data asset.
|
||||||
|
|
||||||
### Actions
|
### Actions
|
||||||

|

|
||||||
|
|
||||||
### Attributes
|
### Attributes
|
||||||
|
Displays the gameplay attributes of the selected actor
|
||||||

|

|
||||||
|
- Attributes can be sorted by name, category or attribute set.
|
||||||
|
- Attributes with the Current value greater than the Base value are displayed in green.
|
||||||
|
- Attributes with the Current value lower than the Base value are displayed in red. - Use the options 'Show Only Modified' to only show the attributes that have modifiers.
|
||||||
|
|
||||||
### Cheats
|
### Cheats
|
||||||

|

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