Picking up Items.

Anyone have any articles or tips on how to pick up objects with the character using code? I have done it with blueprints before but want to learn the coding side. I am trying to make a simple warehouse simulator for a school project, that has the character picking up boxes and stacking them on a pallet.

If the boxes are physically simulated, you could use a physics handle to grab them and move them.

Thanks, I just did some research on the physics handle. This is what I was needing. Much appreciated

1 Like

That’s great! Good luck with your project!

1 Like