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;EvaluateTransformCurvesFromModel
&40;
const IAnimationDataModel &42; Model,
TMap< FName, FTransform > & OutCurves,
double Time,
float BlendWeight
&41;
}
}
Remarks
Populates transform 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 which were sampled from the model, key-ed with their equivalent name |
| Time | Time value to sample at |
| BlendWeight | Blending weight to apply when sampling |