GetOwner instead of GetWorld

Do we use GetWorld() instead of GetOwner() because although Grabber is a component of DefaultPawn_BP and thus owned by it, DefaultPawn_BP does not posses the information on it’s location and rotation?

If GetOwner() works then it would actually be a better choice as we want to use the least “global” getter we can.

Privacy & Terms