Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/FBoneWeights
| Name | TArrayAdapter |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include Path | #include "BoneWeights.h" |
Syntax
template<typename T>
struct TArrayAdapter
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ContainerType | T | BoneWeights.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Add
(
ContainerType& InContainer, |
BoneWeights.h | ||
static FBoneWeight Get
(
const ContainerType& InContainer, |
BoneWeights.h | ||
static int32 IndexOf
(
const ContainerType& InContainer, |
BoneWeights.h | ||
static int32 Num
(
const ContainerType& InContainer |
BoneWeights.h | ||
static void Remove
(
ContainerType& InContainer, |
BoneWeights.h | ||
static void Set
(
ContainerType& InContainer, |
BoneWeights.h | ||
static void SetNum
(
ContainerType& InContainer, |
BoneWeights.h | ||
static void Sort
(
ContainerType& InContainer, |
BoneWeights.h |