Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigElementWeight GetParentWeight
(
FRigElementKey InChild, |
Returns the weight of a parent below a multi parent element | Rigs/RigHierarchy.h |
|
FRigElementWeight GetParentWeight
(
const FRigBaseElement* InChild, |
Returns the weight of a parent below a multi parent element | Rigs/RigHierarchy.h | |
FRigElementWeight GetParentWeight
(
const FRigBaseElement* InChild, |
Returns the weight of a parent below a multi parent element | Rigs/RigHierarchy.h |
GetParentWeight(FRigElementKey, FRigElementKey, bool)
Description
Returns the weight of a parent below a multi parent element
| Name | GetParentWeight |
| 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)
FRigElementWeight GetParentWeight
(
FRigElementKey InChild,
FRigElementKey InParent,
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 |
| InParent | The key of the parent to look up the weight for |
| bInitial | If true the initial weights will be used |
GetParentWeight(const FRigBaseElement , const FRigBaseElement , bool)
Description
Returns the weight of a parent below a multi parent element
| Name | GetParentWeight |
| 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 |
FRigElementWeight GetParentWeight
(
const FRigBaseElement * InChild,
const FRigBaseElement * InParent,
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 |
| InParent | The parent to look up the weight for |
| bInitial | If true the initial weights will be used |
GetParentWeight(const FRigBaseElement *, int32, bool)
Description
Returns the weight of a parent below a multi parent element
| Name | GetParentWeight |
| 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 |
FRigElementWeight GetParentWeight
(
const FRigBaseElement * InChild,
int32 InParentIndex,
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 |
| InParentIndex | The index of the parent inside of the multi parent element |
| bInitial | If true the initial weights will be used |