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 ?
I know this method but I am trying to learn UDynamicMeshComponent