Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceHelpers.h |
| Include | #include "Animation/AnimSequenceHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceHelpers.cpp |
namespace UE
{
namespace Anim
{
void UE&58;&58;Anim&58;&58;EvaluateFloatCurvesFromModel
&40;
const IAnimationDataModel &42; Model,
FBlendedCurve & OutCurves,
double Time
&41;
}
}
Remarks
Populates float curves according to the data stored within a IAnimationDataModel provided a time to sample.
Parameters
| Name | Description |
|---|---|
| Model | Model to sample from |
| OutCurves | [out] Curves to be populated using the model |
| Time | Time value to sample at |