FRawCurveTracks::EvaluateCurveData

Evaluate curve data at the time CurrentTime, and add to Instance.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h

Include

#include "Animation/AnimCurveTypes.h"

Source

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

Syntax

void EvaluateCurveData
(
    FBlendedCurve & Curves,
    float CurrentTime
) const

Remarks

Evaluate curve data at the time CurrentTime, and add to Instance. It only evaluates Float Curve for now

return true if curve exists, false otherwise

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