Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/FBoneWeights
| Type | Name | Description | |
|---|---|---|---|
| FBoneWeights | Create
(
TArrayView< const FBoneWeight > BoneWeights, |
A helper to create FBoneWeights container from a TArray of FBoneWeight objects. | |
| FBoneWeights | Create
(
TBoneWeights< OtherContainerAdapter > InBoneWeights, |
A helper to create FBoneWeights container from a TBoneWeights derivative object | |
| FBoneWeights | Create
(
const FBoneIndexType InBones, |
A helper to create a FBoneWeights container from FSoftSkinVertex data structure. | |
| FBoneWeights | Create
(
const FBoneIndexType* InBones, |
A helper to create a FBoneWeights container from separated bone index and weight arrays. |