How to get Actor's primitive to disable Physic emulation?

You can easily cast USceneComponent to any other component you want.

UPrimitiveComponent* Primitive = Cast<UPrimitiveComponent>(GetComponentByClass..);