Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataModel.h |
| Include | #include "Animation/AnimData/IAnimationDataModel.h" |
Syntax
struct FEvaluationContext
Remarks
Structure used to supply necessary animation (pose) evaluation information
Variables
| Type | Name | Description | |
|---|---|---|---|
| const EAnimInterpolationType | InterpolationType | Type of interpolation to be used when evaluating animation data | |
| const FName | RetargetSource | (Source) Name used for retargeting | |
| const TArray< FTransform > & | RetargetTransforms | Per-bone pose to use as basis when retargeting | |
| const FFrameRate | SampleFrameRate | Sampling frame rate used to calculate SampleTime | |
| const FFrameTime | SampleTime | Time at which the animation data should be evaluated |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEvaluationContext
(
double InTime, |
|||
FEvaluationContext
(
FFrameTime InTime, |