Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FReferenceSkeleton
Description
Ensure parent exists in the given input array. Insert parent to the array. The result should be sorted.
| Name | EnsureParentsExistAndSort |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ReferenceSkeleton.h |
| Include Path | #include "ReferenceSkeleton.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/ReferenceSkeleton.cpp |
void EnsureParentsExistAndSort
(
TArray < FBoneIndexType > & InOutBoneUnsortedArray
) const