FBoneNode - totally deprecated?

Just saw, that Name and ParentIndex of FBoneNode are deprecated.
What use has the node now without any members?
Is there a replacement struct to find the hierarchy?

USTRUCT()
struct FBoneNode
{

	UPROPERTY()
	FName Name_DEPRECATED;

	UPROPERTY()
	int32 ParentIndex_DEPRECATED;