Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FRawCurveTracks
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 |
void EvaluateTransformCurveData
(
USkeleton * Skeleton,
TMap < FName , FTransform > & OutCurves,
float CurrentTime,
float BlendWeight
) const
Remarks
Evaluate transform curves
Since we don't care about blending, we just change this decoration to OutCurves @TODO : Fix this if we're saving vectorcurves and blending