Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPoseAsset
Description
Return relative / additive curve values. Will give access to raw data and won't do conversion. This is the same as GetCurveValues
| Name | GetRawCurveValues |
| 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 |
const TArray < float > & GetRawCurveValues
(
const int32 PoseIndex
) const