Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TBaseBlendedCurve
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include | #include "Animation/AnimCurveTypes.h" |
void SetFlags
&40;
FName InName,
UE::Anim::ECurveElementFlags InFlags
&41;
Remarks
Set flags of curve named InName to InFlags. Inserts a new default value if an element for InName does not already exist and then sets its flags to InFlags. 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 flags.
Parameters
| Name | Description |
|---|---|
| InName | the name of the curve to set |
| InFlags | the flags of the curve to set |