Navigation
API > API/Plugins > API/Plugins/ControlRig
SetCurveValue is used to perform a change in the curve container by setting a single Curve value.
| |
|
| Name |
FRigUnit_SetCurveValue |
| Type |
struct |
| Header File |
/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetCurveValue.h |
| Include Path |
#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
Inheritance Hierarchy
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Curve |
FName |
The name of the Curve to set the Value for. |
Units/Hierarchy/RigUnit_SetCurveValue.h |
- Meta=(Input, CustomWidget="CurveName")
|
| Value |
float |
The value to set for the given Curve. |
Units/Hierarchy/RigUnit_SetCurveValue.h |
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CachedCurveIndex |
FCachedRigElement |
Used to cache the internally used curve index. |
Units/Hierarchy/RigUnit_SetCurveValue.h |
|
Functions
Public