UAnimInstance how to drive proc joint animation?

I have to drive a number of joints. Is it possible to do this directly with c++ without needing to build an AnimGraph in the GUI? I’ve been looking around but it doesn’t seem like this is possible with animInstance alone. Is my best option to look into building a custom anim graph node instead?