Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRawCurveTracks
Description
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
| Name | EvaluateCurveData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp |
void EvaluateCurveData
(
FBlendedCurve & Curves,
float CurrentTime
) const