In Unreal Engine 4 this is called FComponentRef. UE5 changes the name to FComponentReference.

Can be used to get components by owner actor/component property name

Combine with meta=(UseComponentPicker) on the UPROPERTY for a slightly more user-friendly UI.

Gotchas

UseComponentPicker does not work on components added to instances placed into level!