Missing Relative Transform in AddPhysicsHandleComponent

I’m trying to rebuild the tutorial “Pick Up Physics Object Tutorial” and I need to use “Relative Transform” in “AddPhysicsHandleComponent” but it is not there.
On this site
https://docs.unrealengine.com/latest/INT/BlueprintAPI/AddComponent/Physics/AddPhysicsHandleComponent/index.html
the AddPhysicsHandleComponent is shown exactly the way I need it but in Unreal Engine itself it appears without the “Relative Transform”.
Does someone know what I can use instead of the AddPhysicsHandleComponent? Or is there a way to make it let me use “Relative Transform”?

Here is the link to the tutorial:

Still no reply to this?!

Just found a fix,

Drag the return value out,
Then search for “AddPhysicsHandleComponent”.