Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy > API/Plugins/ControlRig/Rigs/URigHierarchy/SetCurveValue
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
UFUNCTION&40;BlueprintCallable, Category&61;URigHierarchy&41;
void SetCurveValue
&40;
FRigElementKey InKey,
float InValue,
bool bSetupUndo
&41;
Remarks
Sets a curve's value given its key
Parameters
| Name | Description |
|---|---|
| InKey | The key of the element to set the value for |
| InValue | The value to set on the curve |
| bSetupUndo | If true the transform stack will be setup for undo / redo |