Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimationPoseData.h |
| Include | #include "Animation/AnimationPoseData.h" |
Syntax
struct FAnimationPoseData
Remarks
Structure used for passing around animation pose related data throughout the Animation Runtime
Variables
| Type | Name | Description | |
|---|---|---|---|
| UE::Anim::FStackAttributeContainer & | Attributes | ||
| FBlendedCurve & | Curve | ||
| FCompactPose & | Pose |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| No default constructor, or assignment | |||
FAnimationPoseData
(
FPoseContext& InPoseContext |
|||
FAnimationPoseData
(
FSlotEvaluationPose& InSlotPoseContext |
|||
FAnimationPoseData
(
FCompactPose& InPose, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UE::Anim::FStackAttributeContainer & | |||
| UE::Anim::FStackAttributeContainer & | |||
| const FBlendedCurve & | GetCurve () |
||
| FBlendedCurve & | GetCurve () |
||
| const FCompactPose & | GetPose () |
Getters for the wrapped structures | |
| FCompactPose & | GetPose () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAnimationPoseData & | operator=
(
FAnimationPoseData&& Other |