Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform GetGlobalTransform
(
int32 InElementIndex |
Rigs/RigHierarchy.h | ||
FTransform GetGlobalTransform
(
FRigElementKey InKey, |
Returns the global current or initial value for a given key. | Rigs/RigHierarchy.h |
|
GetGlobalTransform(int32)
| Name | GetGlobalTransform |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
FTransform GetGlobalTransform
(
int32 InElementIndex
) const
GetGlobalTransform(FRigElementKey, bool)
Description
Returns the global current or initial value for a given key. If the key is invalid FTransform::Identity will be returned.
| Name | GetGlobalTransform |
| 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 GetGlobalTransform
(
FRigElementKey InKey,
bool bInitial
) const
The global current or initial transform's value.
Parameters
| Name | Remarks |
|---|---|
| InKey | The key to retrieve the transform for |
| bInitial | If true the initial transform will be used |