Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FGeometryCollectionClusteringUti-
Description
Search hierarchy for the parent of the specified bone, where the parent exists at the given level in the hierarchy. If bSkipFiltered, also skip to parents of any rigid/embedded nodes that will be filtered from the outliner.
| Name | GetParentOfBoneAtSpecifiedLevel |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionClusteringUtility.h |
| Include Path | #include "GeometryCollection/GeometryCollectionClusteringUtility.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/GeometryCollectionClusteringUtility.cpp |
static int32 GetParentOfBoneAtSpecifiedLevel
(
const FGeometryCollection * GeometryCollection,
int32 SourceBone,
int32 Level,
bool bSkipFiltered
)