AddCurveValue

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AddCurveValue

(
    const USkeleton::AnimCurveUID Uid,
    float Value
)

Add curve float data using a curve Uid, the name of the curve will be resolved from the skeleton

Public function

void

 

AddCurveValue

(
    const FName& CurveName,
    float Value
)

Add curve float data, using a curve name.

Public function

void

 

AddCurveValue

(
    const FSmartNameMapping& Mapping,
    const FName& CurveName,
    float Value
)

Add curve float data using a curve Uid, the name of the curve will be resolved from the skeleton.

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