Navigation
API > API/Runtime > API/Runtime/Engine
Description
Helper template function to interpolate between two data types. Used in the FilterLinearKeysTemplate function below
| Name | AnimationCompressionUtils::Interpolate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationCompression.h |
| Include Path | #include "AnimationCompression.h" |
namespace AnimationCompressionUtils
{
template<typename T>
T AnimationCompressionUtils::Interpolate
(
const T & A,
const T & B,
float Alpha
)
}
Specializations
AnimationCompressionUtils::Interpolate< FQuat4d >
AnimationCompressionUtils::Interpolate< FQuat4f >
AnimationCompressionUtils::Interpolate< FVector3d >
AnimationCompressionUtils::Interpolate< FVector3f >