You could create a helper function that returns the component, then override it in the child with the component connected.
UFUNCTION(BlueprintImplementableEvent)
UMySceneComponent* GetMyComponent();
You could create a helper function that returns the component, then override it in the child with the component connected.
UFUNCTION(BlueprintImplementableEvent)
UMySceneComponent* GetMyComponent();