This article explains it quite well: http://www.aclockworkberry.com/unreal-engine-substepping/
and yes you can add custom tick for physics sub-steps on component level instead of Actor/Pawn, that’s how it’s done in the article. I use Pawn to have a full control over when and in which order components are called.