Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanCauseCycle
(
FRigElementKey InChild, |
Determines if relating the child element to the given parent would cause a cycle | Rigs/RigHierarchy.h | |
bool CanCauseCycle
(
const FRigTransformElement* InChild, |
Determines if relating the child element to the given parent would cause a cycle | Rigs/RigHierarchy.h |
CanCauseCycle(FRigElementKey, FRigElementKey, const IRigDependenciesProvider &, FString *)
Description
Determines if relating the child element to the given parent would cause a cycle
| Name | CanCauseCycle |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
bool CanCauseCycle
(
FRigElementKey InChild,
FRigElementKey InParent,
const IRigDependenciesProvider & InDependencyProvider,
FString * OutFailureReason
) const
Returns true if adding a new relationship from child to parent would cause a cycle
Parameters
| Name | Remarks |
|---|---|
| InChild | The key of the child for the new potential relationship |
| InParent | The key of the parent for the new potential relationship |
| InDependencyProvider | An additional object providing dependencies to respect |
| OutFailureReason | An optional pointer to retrieve the reason for failure |
CanCauseCycle(const FRigTransformElement , const FRigTransformElement , const IRigDependenciesProvider &, FString *)
Description
Determines if relating the child element to the given parent would cause a cycle
| Name | CanCauseCycle |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
bool CanCauseCycle
(
const FRigTransformElement * InChild,
const FRigTransformElement * InParent,
const IRigDependenciesProvider & InDependencyProvider,
FString * OutFailureReason
) const
Returns true if adding a new relationship from child to parent would cause a cycle
Parameters
| Name | Remarks |
|---|---|
| InChild | The key of the child for the new potential relationship |
| InParent | The key of the parent for the new potential relationship |
| InDependencyProvider | An additional object providing dependencies to respect |
| OutFailureReason | An optional pointer to retrieve the reason for failure |