Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/FBoneWeights
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include | #include "BoneWeights.h" |
const FBoneWeight & operator&91;&93;
&40;
int32 Index
&41; const
Remarks
Return the weight at index Index. Using an index value less than zero or equal to or greater than the result of Num() is an undefined operation. The bone weight value for that index, or undefined if outside the valid range.
Parameters
| Name | Description |
|---|---|
| Index | The index of the desired bone weight value. |