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

#Get Root Component

You should be able to just use Get Root Component of the Actor who has the component that could be of any particular primitive type

GetRootComponent()

Rama