From fcdc541e9ac7c9d6f65e5bfd49c39c95a3d48d56 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 11 Aug 2026 06:43:54 +0200 Subject: [PATCH] Add Online memory group --- Source/Engine/Profiler/ProfilerMemory.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Engine/Profiler/ProfilerMemory.h b/Source/Engine/Profiler/ProfilerMemory.h index 41117e7ae..0b7212d18 100644 --- a/Source/Engine/Profiler/ProfilerMemory.h +++ b/Source/Engine/Profiler/ProfilerMemory.h @@ -104,6 +104,9 @@ public: // Total memory allocated by input system. Input, + // Total online system memory. + Online, + // Total localization system memory. Localization,