Is there anyway to update apex cloth during game pause?

I want my skeletalmesh update when gamepause.

I created my unpauseableSkeletalMeshComponent inherited from USkeletalMeshComponent.

I just override the ShouldTickPose() function to make it return true.

But the apex cloth just does not update. It looks bad.

How to handle this problem?

I’m also having this problem. I’m playing an instant replay with apex cloth, when the game itself is paused, so I want to be able to update clothing.

Did you find a solution to this?