From 6040bb2c149e82a53e793d9682b4baa67a551c0d Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Tue, 10 Oct 2023 11:40:20 -0400 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 79c8a98..9eadc38 100644 --- a/README.md +++ b/README.md @@ -165,3 +165,20 @@ Used to apply tweaks to all the spawned actors ![image](https://github.com/arnaud-jamin/Cog/assets/13844285/e8a5cdd5-908d-4ae3-901a-48addd4ce353) - The tweaks are used to test various gameplay settings by actor category - The tweaks can be configured in a data asset. + +## Debug Functionalities + +Cog provides C++ and blueprint functions to log and debug draw within Log Categories. + +![image](https://github.com/arnaud-jamin/Cog/assets/13844285/cc0ba4a5-7fa6-44a8-b737-f523bdf94321) + +Log and debug functions can be filtered to only what is outputted by the selected actor. + +![image](https://github.com/arnaud-jamin/Cog/assets/13844285/a6f1329e-d49e-410f-8a70-4613aafabb5a) + + + + + + +