FGeometryCollectionClusteringUtility::FindLowestCommonAncestor

Find the lowest common ancestor index of currently selected nodes.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionClusteringUtility.h

Include

#include "GeometryCollection/GeometryCollectionClusteringUtility.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/GeometryCollectionClusteringUtility.cpp

Syntax

static int32 FindLowestCommonAncestor
(
    FGeometryCollection * GeometryCollection,
    const TArray< int32 > & SelectedBones
)

Remarks

Find the lowest common ancestor index of currently selected nodes. Returns INDEX_NODE if there is no common ancestor.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss