AnimationCompressionUtils::Interpolate< FQuat >

Custom instantiation of Interpolate for FQuats

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimationCompression.h

Include

#include "AnimationCompression.h"

Syntax

namespace AnimationCompressionUtils
{
    template<>
    FQuat AnimationCompressionUtils::Interpolate< FQuat >
    (
        const FQuat & A,
        const FQuat & B,
        float Alpha
    )
}

Remarks

Custom instantiation of Interpolate for FQuats

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss