Hello! I need some help/advise with Geometry Collections and HLODs using World Partition.
My game has some destructive elements and I need to figure out how exactly make these elements bake into the HLODs or something similiar to maintain visual fidelity at distance.
I have a base level that consists of simple geometry, onto which I have placed the Geometry Collection of simple fence.
[Image Removed]After that I adjusted some setting inside Geometry Collection “Rendering Tab”.
[Image Removed]As you can see I have used Root Proxy Data settings (without this properly adjusted geometry Collection won’t bake into HLODs). And only after that I was able to actually BAKE some HLODs.
[Image Removed]This looks like some succes result but it’s not
Geometry Collection ‘resets’ after i move around the level. This looks weird enought to say that this is not the result I am searching for. You can watch attached “Demonstration.mp4” to understand what I mean.
QUESTION: As far as I can see, there is a setting inside HLODLayer that allows you to modify HLOD Modifier Class and select something like WorldPartitionHLODModifierMeshDestruction.
[Image Removed]But there is zero information in web about this settings and how to use it. I’ve tried some experiments but for me it looks like this setting doesn’t work at all. Description says it should allow changes to the HLODs at runtime. As I understand - this modifer should bake some HLODs with vertex color, which should work as masks to hide destroyed elements inside HLODs at distance.
Can someone explain what is HLOD Modifier Class - WorldpartitionHLODModifierMeshDestruction and how to make it work? Or maybe advise another way to make GC work with HLODs inside Wolrd Partition levels?