How to cut a dynamic mesh into two parts?

Hello, I create a mesh cube in Actor with DynamicMesh component (UDynamicMeshComponent). Using the Apply Mesh Plane Slice node I split the cube into two parts.
How can I make these parts independent and enable physics simulation for each part ?

Check this tutorial:

I know this method but I am trying to learn UDynamicMeshComponent