Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigControlValue GetInitialControlValue
(
int32 InElementIndex |
Returns a control's initial value given its index | Rigs/RigHierarchy.h | |
T GetInitialControlValue
(
int32 InElementIndex |
Returns a control's initial value given its index | Rigs/RigHierarchy.h |
GetInitialControlValue(int32)
Description
Returns a control's initial value given its index
| Name | GetInitialControlValue |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
FRigControlValue GetInitialControlValue
(
int32 InElementIndex
) const
Returns the current value of the control
Parameters
| Name | Remarks |
|---|---|
| InElementIndex | The index of the element to retrieve the initial value for |
GetInitialControlValue(int32)
Description
Returns a control's initial value given its index
| Name | GetInitialControlValue |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
template<typename T>
T GetInitialControlValue
(
int32 InElementIndex
) const
Returns the current value of the control
Parameters
| Name | Remarks |
|---|---|
| InElementIndex | The index of the element to retrieve the current value for |