How does UE4 interpolate between dozens of skeletal poses?

I read that SLERP is used for interpolation between two poses (for example, between two keyframes), but with UE4 I can combine multiple poses modifying the same bones. What is the algorithm behind this?