Unreal engine ProceduralMeshComponent way too slow

I’m constantly updating the tri’s of a procmeshcomponent over time, forcing me to create a new section. How to speed this up because this is slow for what i am trying to do. UpdateMeshSection doesnt help eather because i cant add or remove tri’s

Have you tried making spare dummy tri’s so that you can use UpdateMeshSection?