Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/EvaluationVM
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/EvaluationVM/KeyframeState.h |
| Include | #include "EvaluationVM/KeyframeState.h" |
Syntax
struct FKeyframeState
Remarks
Key Frame State
This struct holds sampled keyframe state or interpolated keyframe state. It holds a pose, trajectory, curves, attributes, etc that one might find in an animation sequence or as an output of an animation node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UE::Anim::FStackAttributeContainer | Attributes | Attributes at a particular LOD (on memstack) | |
| FBlendedCurve | Curves | Float curves at a particular LOD (on memstack) | |
| FLODPoseStack | Pose | Joint transforms at a particular LOD (on memstack) |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsAdditive () |
||
| bool | IsValid () |