Navigation
BlueprintAPI > BlueprintAPI/URigHierarchy
Returns true if an element is parented to another element
Target is Rig Hierarchy
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| struct | In Child | The key of the child element to check for a parent |
| struct | In Parent | The key of the parent element to check for |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | True if the given parent and given child have a parent-child relationship |