Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TBaseBlendedCurve
| Type | Name | Description | |
|---|---|---|---|
| float | Get
(
SmartName::UID_Type InUid |
Please use Get with a curve name or consider using one of the bulk APIs (e.g. UE::Anim::FCurveUtils::BulkGet) | |
| float | Get value of curve element named InName. | ||
| float | Get
(
SmartName::UID_Type InUid, |
Please use Get with a curve name or consider using one of the bulk APIs (e.g. UE::Anim::FCurveUtils::BulkGet). | |
| float | Get Value of curve named InName with validation and default value Note that this performs a binary search per-call. |