Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/FBoneWeights
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FBoneWeights Create
(
TArrayView< const FBoneWeight > BoneWeights, |
A helper to create FBoneWeights container from a TArray of FBoneWeight objects. | BoneWeights.h | |
static FBoneWeights Create
(
TBoneWeights< OtherContainerAdapter > InBoneWeights, |
A helper to create FBoneWeights container from a TBoneWeights derivative object | BoneWeights.h | |
static FBoneWeights Create
(
const FBoneIndexType InBones, |
A helper to create a FBoneWeights container from FSoftSkinVertex data structure. | BoneWeights.h | |
static FBoneWeights Create
(
const FBoneIndexType* InBones, |
A helper to create a FBoneWeights container from separated bone index and weight arrays. | BoneWeights.h |
Create(TArrayView< const FBoneWeight >, const FBoneWeightsSettings &)
Description
A helper to create FBoneWeights container from a TArray of FBoneWeight objects.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include Path | #include "BoneWeights.h" |
static FBoneWeights Create
(
TArrayView < const FBoneWeight > BoneWeights,
const FBoneWeightsSettings & InSettings
)
Create(TBoneWeights< OtherContainerAdapter >, const FBoneWeightsSettings &)
Description
A helper to create FBoneWeights container from a TBoneWeights derivative object
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include Path | #include "BoneWeights.h" |
template<typename OtherContainerAdapter>
static FBoneWeights Create
(
TBoneWeights < OtherContainerAdapter > InBoneWeights,
const FBoneWeightsSettings & InSettings
)
Create(const FBoneIndexType, const uint16, const FBoneWeightsSettings &)
Description
A helper to create a FBoneWeights container from FSoftSkinVertex data structure.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include Path | #include "BoneWeights.h" |
static FBoneWeights Create
(
const FBoneIndexType InBones,
const uint16 InWeights,
const FBoneWeightsSettings & InSettings
)
Create(const FBoneIndexType , const float , int32, const FBoneWeightsSettings &)
Description
A helper to create a FBoneWeights container from separated bone index and weight arrays. The size of the two arrays must be the same otherwise the behavior is undefined.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include Path | #include "BoneWeights.h" |
static FBoneWeights Create
(
const FBoneIndexType * InBones,
const float * InWeights,
int32 NumEntries,
const FBoneWeightsSettings & InSettings
)