Can you load SoftObjectPtr from within animation worker threads?

I’m writing a custom anim node. There’s a SoftObjectPtr to a data asset.

Is it safe to load the SoftObjectPtr in Initialize_AnyThread or should I do it in OnInitializeAnimInstance?