Reparent UActorComponent blueprint to UBoxComponent

I currently have a blueprint component created from UActorComponent. I would like to reparent this bp component to UBoxComponent. Unfortunately, UBoxComponent is not listed as an option. I’ve tried setting the UCLASS to include Blueprintable, but nothing is working.

What’s up with that?