Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform GetParentTransform
(
FRigElementKey InKey, |
Returns the global current or initial value for a given key. | Rigs/RigHierarchy.h |
|
FTransform GetParentTransform
(
FRigBaseElement* InElement, |
Returns a transform for a given element's parent based on the transform type If the element does not have a parent FTransform::Identity will be returned. | Rigs/RigHierarchy.h |
GetParentTransform(FRigElementKey, bool)
Description
Returns the global current or initial value for a given key. If the element does not have a parent FTransform::Identity will be returned.
| Name | GetParentTransform |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
FTransform GetParentTransform
(
FRigElementKey InKey,
bool bInitial
) const
The element's parent's global current or initial transform's value.
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve the transform for |
| bInitial | If true the initial transform will be used |
GetParentTransform(FRigBaseElement *, const ERigTransformType::Type)
Description
Returns a transform for a given element's parent based on the transform type If the element does not have a parent FTransform::Identity will be returned.
| Name | GetParentTransform |
| 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 |
FTransform GetParentTransform
(
FRigBaseElement * InElement,
const ERigTransformType::Type InTransformType
) const
The element's parent's transform
Parameters
| Name | Remarks |
|---|---|
| InElement | The element to retrieve the transform for |
| InTransformType | The type of transform to retrieve |