Navigation
API > API/Runtime > API/Runtime/LiveLinkAnimationCore > API/Runtime/LiveLinkAnimationCore/ULiveLinkRetargetAsset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BuildCurveData
(
const TMap< FName, float >& CurveMap, |
Builds curve data into OutCurve from the supplied map of curve name to float. | LiveLinkRetargetAsset.h | |
void BuildCurveData
(
const FLiveLinkSkeletonStaticData* InSkeletonData, |
Builds curve data into OutCurve from the supplied live link frame. | LiveLinkRetargetAsset.h |
BuildCurveData(const TMap< FName, float > &, const FCompactPose &, FBlendedCurve &)
Description
Builds curve data into OutCurve from the supplied map of curve name to float.
| Name | BuildCurveData |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkAnimationCore/Public/LiveLinkRetargetAsset.h |
| Include Path | #include "LiveLinkRetargetAsset.h" |
| Source | /Engine/Source/Runtime/LiveLinkAnimationCore/Private/LiveLinkRetargetAsset.cpp |
void BuildCurveData
(
const TMap < FName , float > & CurveMap,
const FCompactPose & InPose,
FBlendedCurve & OutCurve
) const
BuildCurveData(const FLiveLinkSkeletonStaticData , const FLiveLinkAnimationFrameData , const FCompactPose &, FBlendedCurve &)
Description
Builds curve data into OutCurve from the supplied live link frame.
| Name | BuildCurveData |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkAnimationCore/Public/LiveLinkRetargetAsset.h |
| Include Path | #include "LiveLinkRetargetAsset.h" |
| Source | /Engine/Source/Runtime/LiveLinkAnimationCore/Private/LiveLinkRetargetAsset.cpp |
void BuildCurveData
(
const FLiveLinkSkeletonStaticData * InSkeletonData,
const FLiveLinkAnimationFrameData * InFrameData,
const FCompactPose & InPose,
FBlendedCurve & OutCurve
) const