Is there a way to get physics handle location in world space? or any space ![]()
Is GetTargetLocationAndRotation what you’re looking for?
name suggests it returns position of physics handle target and not position of handle itself
That’s right – the physics handle itself is derived from ActorComponent so doesn’t actually have a transform associated with it.
ok, then I guess I’ll have to live with that