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?
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?