UE::Geometry::ComputeGroupIDBound

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Polygroups/PolygroupUtil.h"

Source

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

Syntax

namespace UE
{
    namespace Geometry
    {
        int32 UE::Geometry::ComputeGroupIDBound
        (
            const FDynamicMesh3 & Mesh,
            const FDynamicMeshPolygroupAttribute * Layer
        )
    }
}

Returns

Compute the upper bound of the group IDs for the given layer (one greater than the highest group ID)

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