Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TBaseBlendedCurve > API/Runtime/Engine/Animation/TBaseBlendedCurve/Get
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include | #include "Animation/AnimCurveTypes.h" |
float Get
&40;
FName InName
&41; const
Remarks
Get value of curve element named InName. Note that this performs a binary search per-call. Consider using a ForEach* or a bulk API call (e.g. UE::Anim::FCurveUtils::BulkGet) to get multiple element's values. the value of the curve element. If this curve does not contain an element with the supplied name, returns 0.0
Parameters
| Name | Description |
|---|---|
| InName | the name of the curve element to get |