How do I create a family tree?

Ah got it.This is not easy and it’s not unreal specific. First I though of a binary tree but this won’t solve your problem.

You will need to handle a complete graph model what may require a deep dive into data structure theory and search algorithms…