Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/USkeleton
Deprecated * GetRawAnimationTrackIndex has been deprecated, use tracks are referenced by name instead
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h |
| Include | #include "Animation/Skeleton.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp |
int32 GetRawAnimationTrackIndex
&40;
const int32 InSkeletonBoneIndex,
const UAnimSequence &42; InAnimSeq
&41;
Remarks
Get Track index of InAnimSeq for the BoneTreeIndex of BoneTree this is slow, and it's not supposed to be used heavily Index of Track of Animation Sequence
Parameters
| Name | Description |
|---|---|
| InBoneTreeIdx | BoneTree Index |
| InAnimSeq | Animation Sequence to get track index for |