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" |
template<typename AllocatorA, typename ElementTypeA, typename AllocatorB, typename ElementTypeB>
void LerpValid
(
const TBaseBlendedCurve < AllocatorA, ElementTypeA > & A,
const TBaseBlendedCurve < AllocatorB, ElementTypeB > & B,
float Alpha
)
Remarks
Blend with Other using Alpha when both elements are valid, otherwise preserve valid element.