Skeleton Traversal

I’m trying to do a simple skeletal traversal, in Python, provided a skeletalMesh asset, and create a bone hierarchy tree.

I tried the ‘bone_tree’ property which doesn’t yield anything.

I obtained the bones names through the pose but no access to the bone information themselves.

What’s the best way of attempting this task?