UBlendSpaceBase::InterpolateWeightOfSampleData

Utility function to interpolate weight of samples from OldSampleDataList to NewSampleDataList and copy back the interpolated result to FinalSampleDataList

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpaceBase.h

Include

#include "Animation/BlendSpaceBase.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/BlendSpaceBase.cpp

Syntax

bool InterpolateWeightOfSampleData
(
    float DeltaTime,
    const TArray< FBlendSampleData > & OldSampleDataList,
    const TArray< FBlendSampleData > & NewSampleDataList,
    TArray< FBlendSampleData > & FinalSampleDataList
) const

Remarks

Utility function to interpolate weight of samples from OldSampleDataList to NewSampleDataList and copy back the interpolated result to FinalSampleDataList

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