Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/FBoneWeights
Description
Find the bone weight corresponding to the given bone index. If a bone weight with this bone index does not exist it, a value of INDEX_NONE is returned.
| Name | FindWeightIndexByBone |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include Path | #include "BoneWeights.h" |
int32 FindWeightIndexByBone
(
FBoneIndexType InBoneIndex
) const