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" |
UE::Anim::ECurveElementFlags GetFlags
&40;
FName InName
&41; const
Remarks
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. 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 | Description |
|---|---|
| InName | the name of the curve element to get |