Navigation
Unreal Engine C++ API Reference > 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, FPoseCurve
(
int32 InPoseIndex, |
Please use the constructor that takes an FName. |
Constants
Name | Description |
---|---|
UID |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FPoseCurve
(
int32 InPoseIndex, FPoseCurve
(
int32 InPoseIndex, |
Please use the constructor that takes an FName. |