get_class_hierarchy
Retrieve the inheritance hierarchy of a class, including ancestors, descendants, or both, to understand class relationships in Unreal Engine C++ code.
Instructions
Get the inheritance hierarchy for a class (ancestors, descendants, or both).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Direction to traverse | both |
| max_depth | No | Maximum hierarchy depth | |
| class_name | Yes | Name of the class |