Hi, I’m learning how to use the Slice Procedural Mesh function to slice an object in half. How ever after slicing, the upper half of the the mesh cannot enable the simulate physics anymore. I used the Set Simulate Physics funtions to set it but it wasn’t activated. Therefore I cannot use the Add Impulse function to push it away from the bottom half.
Hello @GreatBim , Welcome to the forums!
From what I can see in the image, the Slice Procedural Mesh node is not connected to Set Simulate Physics, so it’s never being called.
Something you can do in cases like this is select the node you want to check and press F8 to add a breakpoint. Then run the game and see whether execution reaches that node. If it does, Unreal will pause automatically and you’ll be able to see what’s happening at that point.