UnrealInsights Memory - What is the "LLM Total", "LLM TrackedTotal" and "Live Alloction Count" ?

Hi, I want to know which one of these shows the memory that my game uses.
Is the “LLM Total” or is the “LLM TrackedTotal” or is “Live Alloction Count” ?
I also want to know what is “LLM Untracked”. Thanks in advance

I can’t help you with the particular problem you are facing. However, have you looked into the visual logger? https://youtu.be/hWpbco3F4L4

Check this documentation regarding the Memory Insight.

The Main Memory Graph shows the total amount of tracked memory in your project, including information on each tag that is gathered from the LLM. Additionally, there are graphs that display the total number of live allocations:

Graph Type Color Description
Total Allocated Memory Blue Shows the total amount of memory allocated at each point in time, based on detailed allocation tracking.
Live Allocation Count Yellow Shows the total number of active allocations at any point in time.
Allocation/Free Event Count Green/Orange Shows the number of allocation and free events per unit, which is represented as a “slice” of time.
1 Like

I will watch the video, Thank you.

2 Likes