Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TAttributeBlendOperator > API/Runtime/Engine/Animation/TAttributeBlendOperator/Interpolate_Internal
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AttributeBlendOperator.h |
| Include | #include "Animation/AttributeBlendOperator.h" |
template<typename Type >
TEnableIf < TAttributeTypeTraits < Type >::IsBlendable &&!TAttributeTypeTraits < AttributeType >::StepInterpolate, void >::Type Interpolate_Internal
(
const void * FromData,
const void * ToData,
float Alpha,
void * InOutData
) const
Remarks
Interpolate operation for blendable; non-step interpolated attribute types