Navigation
API > API/Runtime > API/Runtime/Engine
Pose data container
Contains animation and curve for all poses
| Name | FPoseDataContainer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/PoseAsset.h |
| Include Path | #include "Animation/PoseAsset.h" |
Syntax
USTRUCT ()
struct FPoseDataContainer
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Curves | TArray< FAnimCurveBase > | Curve meta data # of Curve UIDs should match with Poses.CurveValues.Num | Animation/PoseAsset.h | |
| PoseFNames | TArray< FName > | Pose names - horizontal data | Animation/PoseAsset.h | |
| Poses | TArray< FPoseData > | This is list of poses | Animation/PoseAsset.h | |
| SortedCurveIndices | TArray< int32 > | Sorted curve name indices. | Animation/PoseAsset.h | |
| TrackBoneIndices | TArray< int32 > | Cache containting the skeleton indices for FName in Tracks array | Animation/PoseAsset.h |
|
| TrackPoseInfluenceIndices | TArray< FPoseAssetInfluences > | Animation/PoseAsset.h | ||
| Tracks | TArray< FName > | This is list of tracks - vertical data | Animation/PoseAsset.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PostSerialize
(
const FArchive& Ar |
Animation/PoseAsset.h | ||
bool Serialize
(
FArchive& Ar |
For StructOpsTypeTraits | Animation/PoseAsset.h |