AddPhysicsHandleComponent 中缺少相对变换

Missing Relative Transform in AddPhysicsHandleComponent

我正在尝试重建教程 "Pick Up Physics Object Tutorial",我需要在 "AddPhysicsHandleComponent" 中使用 "Relative Transform",但它不存在。 在这个站点 https://docs.unrealengine.com/latest/INT/BlueprintAPI/AddComponent/Physics/AddPhysicsHandleComponent/index.html 中,AddPhysicsHandleComponent 完全按照我需要的方式显示,但在 Unreal Engine 中它本身没有 "Relative Transform"。 有人知道我可以用什么代替 AddPhysicsHandleComponent 吗?或者有没有办法让我使用 "Relative Transform"?

这里是 link 教程:https://wiki.unrealengine.com/Pick_Up_Physics_Object_Tutorial

我想你可以在你的物理手柄上调用 "Set Target Location and Rotation"。