How to use Unreal4.27 program memory analysis tool

Why can’t I view the memory usage of my packaged program using UnrealInsights? I set the command line parameters according to the official website: MyProject.exe -trace=default,memory. I then used Trace.Start and Trace.Stop to record data while the project was running, but when I open the saved data in UnrealInsights.exe, I can’t select MemoryInsights.

1 Like

Hi @qiuter ,
I did some research and found these post, maybe it will be useful.

I’ll also leave you the documentation in case you want to know a little more about Unreal Insights

I hope one of these solutions works for you.

1 Like

Yes, I’ve read the official documentation, but it only covers how to use the MemoryInsights tool for Unreal Engine 5 and later. There’s no tutorial for Unreal Engine 4.27. I’d like to know if MemoryInsights can be used with Unreal Engine 4.27. If so, what are the startup parameters?

Unreal Engine 5.6 has been tested and works, but Unreal Engine 4.27 doesn’t:

The following is the official demo video of Unreal 4.27. The MemoryInsights tool can also be used in the video, but the startup parameters are not given.