From fd235b17dac3dcfc200ec63f34219d15f217c977 Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Tue, 17 Oct 2023 21:19:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be0c0bf..47a18d8 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Gather various values sent by the selected actor and compte their rate per secon - The following code shows how to add a metric: ```cpp // Adding a metric -FCogDebugMetric::AddMetric(this, "Damage Dealt", Params.MitigatedDamage, Params.UnmitigatedDamage, false); +FCogDebugMetric::AddMetric(this, "Damage Dealt", MitigatedDamage, UnmitigatedDamage, false); ```