UE::Geometry::FindPolygroupLayerIndexByName

Choose your operating system:

Windows

macOS

Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Polygroups/PolygroupUtil.h

Include

#include "Polygroups/PolygroupUtil.h"

Source

/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Polygroups/PolygroupUtil.cpp

Syntax

namespace UE
{
    namespace Geometry
    {
        int32 UE::Geometry::FindPolygroupLayerIndexByName
        (
            const FDynamicMesh3 & Mesh,
            FName Name
        )
    }
}

Returns

index of the first Layer with the given FName in Mesh AttributeSet, or -1 if not found