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.
Hi @qiuter ,
I did some research and found these post, maybe it will be useful.
-
How to enable Assets Loading Insights Window in the Unreal Insights? - #2 by herb64
-
(Solved) Unreal Insight 0.14 and Editor 4.27 no tracked sessions
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.
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.