Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkinnedMeshComponent
Description
Takes sorted array Base and then adds any elements from sorted array Insert which is missing from it, preserving order. This assumes both arrays are sorted and contain unique bone indices.
Takes sorted array Base and then adds any elements from sorted array Insert which is missing from it, preserving order. this assumes both arrays are sorted and contain unique bone indices.
| Name | MergeInBoneIndexArrays |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include Path | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
static void MergeInBoneIndexArrays
(
TArray < FBoneIndexType > & BaseArray,
const TArray < FBoneIndexType > & InsertArray
)