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 (
Meta=(DisplayName="Set Curve Value", Category="Curve", Keywords="SetCurveValue", NodeColor="0.0 0.36470600962638855 1.0"))
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 |