ULiveLinkRetargetAsset::BuildCurveData

Builds curve data into OutCurve from the supplied map of curve name to float.

Windows
MacOS
Linux

References

Module

LiveLink

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkRetargetAsset.h

Include

#include "LiveLinkRetargetAsset.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkRetargetAsset.cpp

Syntax

void BuildCurveData
(
    const TMap< FName, float > & CurveMap,
    const FCompactPose & InPose,
    FBlendedCurve & OutCurve
) const

Remarks

Builds curve data into OutCurve from the supplied map of curve name to float.

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