Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_GetCurveValue
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_GetCurveValue.h |
| Include | #include "Units/Hierarchy/RigUnit_GetCurveValue.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Get Curve Value", Category="Curve", Keywords="GetCurveValue,float", NodeColor="0.462745, 1,0, 0.329412", Varying))
struct FRigUnit_GetCurveValue : public FRigUnit
Remarks
GetCurveValue is used to retrieve a single float from a Curve
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Curve | The name of the Curve to retrieve the transform for. | |
| bool | Valid | ||
| float | Value | The current transform of the given Curve - or identity in case it wasn't found. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |