Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TBaseBlendedCurve
Description
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.
| Name | SetFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
void SetFlags
(
FName InName,
UE::Anim::ECurveElementFlags InFlags
)
Parameters
| Name | Remarks |
|---|---|
| InName | the name of the curve to set |
| InFlags | the flags of the curve to set |