void Set
(
SmartName::UID_Type InUid,
float InValue
)
Set(FName, float)
Description
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.