FGeometryCollectionClusteringUtility::RecursiveAddAllChildren

Recursively Add all children to output bone list from source bone down to the leaf nodes

Windows
MacOS
Linux

References

Module

GeometryCollectionCore

Header

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

Include

#include "GeometryCollection/GeometryCollectionClusteringUtility.h"

Source

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

Syntax

static void RecursiveAddAllChildren
(
    const TManagedArray< TSet< int32 >> & Children,
    int32 SourceBone,
    TArray< int32 > & BonesOut
)

Remarks

Recursively Add all children to output bone list from source bone down to the leaf nodes

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