Navigation
API > API/Runtime > API/Runtime/AnimationCore
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include | #include "BoneWeights.h" |
Syntax
struct FBoneWeightNullAdapter
Remarks
A null adapter for a bone weight container to use with TBoneWeights. Use as a template to create adapters for other types of containers.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
ContainerType& InContainer, |
||
| FBoneWeight | Get
(
const ContainerType& InContainer, |
||
| int32 | IndexOf
(
const ContainerType& InContainer, |
||
| int32 | Num
(
const ContainerType& InContainer |
||
| void | Remove
(
ContainerType& InContainer, |
||
| void | Set
(
ContainerType& InContainer, |
||
| void | SetNum
(
ContainerType& InContainer, |
Set the number of elements to reserve in the container. | |
| void | Sort
(
ContainerType& InContainer, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Empty |
Typedefs
| Name | Description |
|---|---|
| ContainerType |