Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FRigElementWeight > GetParentWeightArray
(
FRigElementKey InChild, |
Returns the weights of all parents below a multi parent element | Rigs/RigHierarchy.h |
|
TArray< FRigElementWeight > GetParentWeightArray
(
const FRigBaseElement* InChild, |
Returns the weights of all parents below a multi parent element | Rigs/RigHierarchy.h |
GetParentWeightArray(FRigElementKey, bool)
Description
Returns the weights of all parents below a multi parent element
| Name | GetParentWeightArray |
| 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 |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
TArray < FRigElementWeight > GetParentWeightArray
(
FRigElementKey InChild,
bool bInitial
) const
Returns the weight of a parent below a multi parent element, or FLT_MAX if the parent is invalid
Parameters
| Name | Remarks |
|---|---|
| InChild | The key of the multi parented element |
| bInitial | If true the initial weights will be used |
GetParentWeightArray(const FRigBaseElement *, bool)
Description
Returns the weights of all parents below a multi parent element
| Name | GetParentWeightArray |
| 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 |
TArray < FRigElementWeight > GetParentWeightArray
(
const FRigBaseElement * InChild,
bool bInitial
) const
Returns the weight of a parent below a multi parent element, or FLT_MAX if the parent is invalid
Parameters
| Name | Remarks |
|---|---|
| InChild | The multi parented element |
| bInitial | If true the initial weights will be used |