Navigation
API > API/Plugins > API/Plugins/ControlRig
UnsetCurveValue is used to perform a change in the curve container by invalidating a single Curve value.
| |
|
| Name |
FRigUnit_UnsetCurveValue |
| Type |
struct |
| Header File |
/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_UnsetCurveValue.h |
| Include Path |
#include "Units/Hierarchy/RigUnit_UnsetCurveValue.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Unset Curve Value", Category="Curve", Keywords="UnsetCurveValue", NodeColor="0.0 0.36470600962638855 1.0"))
struct FRigUnit_UnsetCurveValue : public FRigUnitMutable
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FRigUnit_UnsetCurveValue()
|
|
Units/Hierarchy/RigUnit_UnsetCurveValue.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Curve |
FName |
The name of the Curve to set the Value for. |
Units/Hierarchy/RigUnit_UnsetCurveValue.h |
- Meta=(Input, CustomWidget="CurveName")
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CachedCurveIndex |
FCachedRigElement |
Used to cache the internally used curve index. |
Units/Hierarchy/RigUnit_UnsetCurveValue.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Units/Hierarchy/RigUnit_UnsetCurveValue.h |
|