How to get bone location at certain animation's frame, not local space

I think, “void UAnimSequence::GetBoneTransform” is not one I want.

I want to know the bone location, not the local location.

it means, if character moves forward 50cm while playing animation,

the bone world location must be add 50cm from the local location.

I want to know not doing that animation.