ULiveLinkRetargetAsset::ApplyCurveValue

Takes the supplied curve name and value and applies it to the blended curve (as approriate given the supplied skeleton.

Choose your operating system:

Windows

macOS

Linux

References

Module

LiveLinkAnimationCore

Header

/Engine/Source/Runtime/LiveLinkAnimationCore/Public/LiveLinkRetargetAsset.h

Include

#include "LiveLinkRetargetAsset.h"

Source

/Engine/Source/Runtime/LiveLinkAnimationCore/Private/LiveLinkRetargetAsset.cpp

Syntax

void ApplyCurveValue
(
    const USkeleton * Skeleton,
    const FName CurveName,
    const float CurveValue,
    FBlendedCurve & OutCurve
) const

Remarks

Takes the supplied curve name and value and applies it to the blended curve (as approriate given the supplied skeleton.