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" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
void SetCurveValue
&40;
FRigCurveElement &42; InCurveElement,
float InValue,
bool bSetupUndo,
bool bForce
&41;
Remarks
Sets a curve's value
Parameters
| Name | Description |
|---|---|
| InCurveElement | The element to set the value for |
| InValue | The value to set on the control |
| bSetupUndo | If true the transform stack will be setup for undo / redo |
| bForce | Set the transform even if it is the same as the previously set one |