Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_SetCurveValue
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetCurveValue.h |
| Include | #include "Units/Hierarchy/RigUnit_SetCurveValue.h" |
Syntax
USTRUCT&40;
Meta&61;&40;DisplayName&61;"Set Curve Value", Category&61;"Curve", Keywords&61;"SetCurveValue", NodeColor&61;"0.0 0.36470600962638855 1.0"&41;&41;
struct FRigUnit_SetCurveValue : public FRigUnitMutable
Remarks
SetCurveValue is used to perform a change in the curve container by setting a single Curve value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Curve | The name of the Curve to set the Value for. | |
| float | Value | The value to set for the given Curve. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |