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?