TriAxis-Games / RealtimeMeshComponent

Unreal Engine 5 plugin component for rendering runtime generated content.
https://rmc.triaxis.games/
Other
1.58k stars 412 forks source link

Mesh update now removes the section after the proxy update has been f… #212

Closed zhivkob closed 3 years ago

zhivkob commented 3 years ago

…inished.

Previously calling RemoveSection on the provider manually wouldn't update the proxy, because the section was getting removed before the actual update and during the proxy update we couldn't get the correct section. This removal has been deferred until after the proxy update now.

Moddingear commented 3 years ago

Sorry but the root cause of this bug has been fixed in a simpler manner !