Player Not Picking the Statue

Player Not picking the statue, I have copied the code as is in both grabber.cpp as well as grabber.h. Statue is set to movable and simulate physics. Still prints “Grabber requires a UPhysicsHandleComponent.”. I have attached the required Screenshots.

My Unreal Engine version - 5.4


That is code you added to tell you that you forgot to add a physics handle to your character; your screenshot shows this is the case.

Add > PhysicsHandleComponent

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms