Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/FBoneWeightNullAdapter
Description
Set the number of elements to reserve in the container. The elements can be left in an uninitialized state. The TBoneWeights algorithms will ensure that all elements will be properly defined at the end of an operation.
| Name | SetNum |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include Path | #include "BoneWeights.h" |
static void SetNum
(
ContainerType & InContainer,
int32 InNum
)