Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h |
| Include | #include "Animation/AnimationAsset.h" |
Syntax
struct FPoseCurve
Remarks
Pose Curve container for extraction This is used by pose anim node Saves Name/PoseIndex/Value of the curve
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | The name of the curve. | |
| int32 | PoseIndex | PoseIndex of pose asset it's dealing with used to extract pose value fast | |
| float | Value | Curve Value. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPoseCurve () |
|||
FPoseCurve
(
int32 InPoseIndex, |
|||
FPoseCurve
(
int32 InPoseIndex, |
Constants
| Name | Description |
|---|---|
| UID |