Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TBaseBlendedCurve > API/Runtime/Engine/Animation/TBaseBlendedCurve/Set
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include | #include "Animation/AnimCurveTypes.h" |
void Set
&40;
FName InName,
float InValue
&41;
Remarks
Set value of curve named InName to InValue. Inserts a new value if an element for InName does not already exist. Note that this performs a binary search per-call and can potentially cause a re-sort. Consider using a combiner operation to set multiple element's values.
Parameters
| Name | Description |
|---|---|
| InName | the name of the curve to set |
| InValue | the value of the curve to set |