Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TBaseBlendedCurve
Description
Get flags for curve element named InName Note that this performs a binary search per-call. Consider using a ForEach* call to get multiple element's flags.
| Name | GetFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
UE::Anim::ECurveElementFlags GetFlags
(
FName InName
) const
the flags of the curve element. If this curve does not contain an element with the supplied name, returns UE::Anim::ECurveElementFlags::None
Parameters
| Name | Remarks |
|---|---|
| InName | the name of the curve element to get |