AdjacencyIndexBuffer in 4.23

Hey in version 4.23 it seems that the FStaticMeshLODResources do not have an AdjacencyIndexBuffer anymore. Nevertheless they still have the bHasAdjacencyInfo member, so can someone help me out how I am now supposed to access the AdjacencyIndexBuffer?

Thanks and Best

Hey don’t know if you are still facing this issue. If you go inside StaticMeshResourece.h you’ll see that AdjacencyIndexBuffer has been moved inside a struct called FAdditionalStaticMeshIndexBuffers and the FStaticMeshLODResources holds a pointer to one so you can access it like LOD.AdditionalIndexBuffers->AdjacencyIndexBuffer