FRigUnit_SetCurveValue

SetCurveValue is used to perform a change in the curve container by setting a single Curve value.

Windows
MacOS
Linux

Inheritance Hierarchy

FRigVMStruct

FRigUnit

FRigUnitMutable

FRigUnit_SetCurveValue

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetCurveValue.h

Include

#include "Units/Hierarchy/RigUnit_SetCurveValue.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)(Meta=(DisplayName="Set Curve Value", Category="Curve", Keywords="SetCurveValue"))
struct FRigUnit_SetCurveValue : public FRigUnitMutable

Remarks

SetCurveValue is used to perform a change in the curve container by setting a single Curve value.

Variables

Name Description

Public variable UProperty Meta

FName

 

Curve

The name of the Curve to set the Value for.

Public variable UProperty Meta

float

 

Value

The value to set for the given Curve.

Constructors

Name Description

Public function

FRigUnit_SetCurveValue()

Overridden from FRigUnit

Name Description

Public function Virtual

void

 

Execute

(
    const FRigUnitContext& Context
)

Execute logic for this rig unit

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss