ATM, ULandscapeHeighfieldCollisionComponent's scene proxy is created all the time, although it's only used for displaying collisions when Collisions mode is on. The scene proxies pre-allocate a very large vertex buffer to do so, which is by and large redundant data with the ULandscapeHeighfieldCollisionComponent's data and is only needed for debug display.
For very large landscape, it can be both a performance and a memory problem issue since we regenerate the scene proxies any time a CVar changes.
We need to :
[Link Removed]case where this was reported
Load a map with a large landscape
How does TextureRenderTarget2D get TArray<uint8> type data?
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?
How to delete some elements correctly when deleting an array loop?
What is the difference between Camera and CineCamera?
Does media player's OpenFile method support dynamically opening a video file?
How does TArray loop correctly remove elements in blueprints?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-169387 in the post.
1 |
Component | UE - LD & Modeling - Terrain - Landscape |
---|---|
Affects Versions | 5.1 |
Target Fix | 5.1.1 |
Fix Commit | 23342421 |
---|---|
Main Commit | 23359761 |
Created | Nov 7, 2022 |
---|---|
Resolved | Nov 30, 2022 |
Updated | Feb 4, 2023 |