You can easily cast USceneComponent to any other component you want.
UPrimitiveComponent* Primitive = Cast<UPrimitiveComponent>(GetComponentByClass..);
You can easily cast USceneComponent to any other component you want.
UPrimitiveComponent* Primitive = Cast<UPrimitiveComponent>(GetComponentByClass..);