FBasicTopology

Object used to get boundary loop information.

Windows
MacOS
Linux

Inheritance Hierarchy

FGroupTopology

UHoleFillTool::FBasicTopology

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/HoleFillTool.h

Include

#include "HoleFillTool.h"

Syntax

class FBasicTopology : public FGroupTopology

Remarks

Object used to get boundary loop information. All triangles return the same GroupID, so the only boundaries that are returned are the the actual mesh boundaries. TODO: It seems like overkill to use a FGroupTopology subclass when we don't actually care about groups.

Constructors

Name Description

Public function

FBasicTopology

(
    const FDynamicMesh3* Mesh,
    bool bAutoBuild
)

Overridden from FGroupTopology

Name Description

Public function Virtual Const

int

 

GetGroupID

(
    int TriangleID
)

Adjacency of Per-Triangle integers are what define the triangle groups.

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