FaceGroupUtil::FindAllGroups

Find the set of group ids used in Mesh

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/FaceGroupUtil.h

Include

#include "FaceGroupUtil.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/FaceGroupUtil.cpp

Syntax

namespace FaceGroupUtil
{
    void FaceGroupUtil::FindAllGroups
    (
        const FDynamicMesh3 & Mesh,
        TSet< int32 > & GroupsOut
    )
}

Remarks

Find the set of group ids used in Mesh

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