Which class does the animation BP extend?

I’d like to create a C++ class version of the animation BP which I could then extend into my own animation BP. I don’t see anything under the parent classes that looks like it’s animation related though. Anyone know if there’s a way to create a C++ version of the animation BP?

You can inherit from UAnimInstance, it’s the C++ class handling everything within the AnimGraph.