Changing sleeping behavior of actors

Is there any way to change when objects are decided to go to sleep?
I have a game object that has a collider as a base object, but it stops updating the transform of every child component as soon as it stops moving completely.
I’ve tried any number of settings in the collider defaults, and the physics part of the project settings don’t have anything useful for me to change.
Both Continues Collision Detection(CCD) and changing the Sleep Family do nothing to change the keep the actor from sleeping.

Either a blueprint or C++ solution is appreciated.

I’d love to know the answer to this one too.

You ever figure this out? I have a pump action shotgun with a separate mesh for the slider. When I stop moving the shotgun, the slider goes to sleep and detaches from its parent.