Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPoseAsset
Description
This is utility function that just cares by names to be used by live link this isn't fast. Use it at your caution
| Name | GetAnimationCurveOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/PoseAsset.h |
| Include Path | #include "Animation/PoseAsset.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/PoseAsset.cpp |
void GetAnimationCurveOnly
(
TArray < FName > & InCurveNames,
TArray < float > & InCurveValues,
TArray < FName > & OutCurveNames,
TArray < float > & OutCurveValues
) const