Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy > API/Plugins/ControlRig/Rigs/URigHierarchy/GetControlValue
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
template<typename T>
T GetControlValue
(
int32 InElementIndex,
ERigControlValueType InValueType
) const
Remarks
Returns a control's current value given its index Returns the current value of the control
Parameters
| Name | Description |
|---|---|
| InElementIndex | The index of the element to retrieve the current value for |
| InValueType | The type of value to return |