Attached project exposes memory leak in editor. Cause is not known but increases memory very quickly when running PIE. The amount of memory used does not return to normal after closing PIE and each instance of PIE run will continue to increase the memory used.
Note: Attempted replacing Event Tick with timers, this did not slow the memory, however replacing the event tick in blueprint Fish (located in filepath game\fish\code) did halt the memory increase significantly.
1. Download and unzip attached project
2. Open Editor with project
3. Open Windows task manager, find the editor on list of processes, note memory used.
4. Press PIE, note change over time in editor process memory use.
Why does the REMOVE method of map container remove elements have memory leaks?
How do I set a material as a post-processing material?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
What is the difference between Camera and CineCamera?
UMG RichText not appear image when packaged
How does TextureRenderTarget2D get TArray<uint8> type data?
How to delete some elements correctly when deleting an array loop?
Head over to the existing Questions & Answers thread and let us know what's up.