Hi, I have a problem with the following video:
I tried it and my problem is when the object is completely still (I have physics enabled) I can’t pickup the object. Any ideas? Thanks.
Hi, I have a problem with the following video:
I tried it and my problem is when the object is completely still (I have physics enabled) I can’t pickup the object. Any ideas? Thanks.
You need to “wake it up”, then grab it.
Try this node right before the grab: Wake Rigid Body | Unreal Engine Documentation
It needs to be between the branch and GetComponentAtLocation.
Hey it works! thanks so much!