Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
bool IsDependentOn
&40;
FRigBaseElement &42; InDependent,
FRigBaseElement &42; InDependency,
TArray< bool > & InElementsVisited,
const TElementDependencyMap & InDependencyMap
&41; const
Remarks
Returns true if an element is affected to another element True if the given dependent is affected by the given dependency
Parameters
| Name | Description |
|---|---|
| InDependent | The dependent element to check for a dependency |
| InDependency | The dependency element to check for |
| InElementsVisited | An array to keep track of whether an element is visited to avoid infinite recursion |
| InDependencyMap | An additional map of dependencies to respect |