mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-04 14:48:45 +00:00
Update README.md
This commit is contained in:
@@ -24,6 +24,7 @@ Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com
|
|||||||
|
|
||||||
### Abilities
|
### Abilities
|
||||||
Displays the gameplay abilities of the selected actor.
|
Displays the gameplay abilities of the selected actor.
|
||||||
|
|
||||||

|

|
||||||
- Click the ability checkbox to force its activation or deactivation.
|
- Click the ability checkbox to force its activation or deactivation.
|
||||||
- Right click an ability to open or close the ability separate window.
|
- Right click an ability to open or close the ability separate window.
|
||||||
@@ -34,6 +35,7 @@ Displays the gameplay abilities of the selected actor.
|
|||||||
|
|
||||||
### Attributes
|
### Attributes
|
||||||
Displays the gameplay attributes of the selected actor
|
Displays the gameplay attributes of the selected actor
|
||||||
|
|
||||||

|

|
||||||
- Attributes can be sorted by name, category or attribute set.
|
- 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 greater than the Base value are displayed in green.
|
||||||
@@ -41,6 +43,7 @@ Displays the gameplay attributes of the selected actor
|
|||||||
|
|
||||||
### Cheats
|
### Cheats
|
||||||
Used to apply cheats to the selected actor.
|
Used to apply cheats to the selected actor.
|
||||||
|
|
||||||

|

|
||||||
- The cheats are gameplay effects configured in a data asset.
|
- The cheats are gameplay effects configured in a data asset.
|
||||||
- Key modifiers can be used to change which actor should be affected by the cheat:
|
- Key modifiers can be used to change which actor should be affected by the cheat:
|
||||||
@@ -50,6 +53,7 @@ Used to apply cheats to the selected actor.
|
|||||||
|
|
||||||
### Collisions
|
### Collisions
|
||||||
Used to inspect collisions by performing a collision query with the selected channels.
|
Used to inspect collisions by performing a collision query with the selected channels.
|
||||||
|
|
||||||

|

|
||||||
- The query can be configured in the options.
|
- The query can be configured in the options.
|
||||||
- The displayed collision channels can be configured in a Data Asset.
|
- The displayed collision channels can be configured in a Data Asset.
|
||||||
@@ -59,6 +63,7 @@ Used to inspect collisions by performing a collision query with the selected cha
|
|||||||
|
|
||||||
### Effects
|
### Effects
|
||||||
Displays the gameplay effects of the selected actor.
|
Displays the gameplay effects of the selected actor.
|
||||||
|
|
||||||

|

|
||||||
- Mouse over an effect to see its details such as its modifiers, the gameplay tags it grants, the remaining time.
|
- Mouse over an effect to see its details such as its modifiers, the gameplay tags it grants, the remaining time.
|
||||||
|
|
||||||
@@ -79,6 +84,7 @@ Displays the gameplay effects of the selected actor.
|
|||||||
|
|
||||||
### Pools
|
### Pools
|
||||||
Displays attributes of the selected actor as pools.
|
Displays attributes of the selected actor as pools.
|
||||||
|
|
||||||

|

|
||||||
- The pools can be configured in a data asset.
|
- The pools can be configured in a data asset.
|
||||||
|
|
||||||
@@ -102,6 +108,7 @@ Displays attributes of the selected actor as pools.
|
|||||||
|
|
||||||
### Tags
|
### Tags
|
||||||
Displays gameplay tags of the selected actor.
|
Displays gameplay tags of the selected actor.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Time Scale
|
### Time Scale
|
||||||
|
|||||||
Reference in New Issue
Block a user