PostLoad not being called on custom movement component

I have a custom movement component I’ve made with an overridden PostLoad method, and I have a breakpoint in that PostLoad method, and it’s never being hit. Is there something I need to do to trigger that call?

I’m creating the component in my custom Pawn’s constructor with CreateDefaultSubobject.