Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FInsetMeshRegion
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/InsetMeshRegion.h |
| Include | #include "Operations/InsetMeshRegion.h" |
Syntax
struct FInsetInfo
Remarks
Outputs Inset information for a single connected component
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FEdgeLoop > | BaseLoops | Initial loops on the mesh | |
| TArray< int32 > | InitialTriangles | Set of triangles for this region | |
| TArray< FEdgeLoop > | InsetLoops | Inset loops on the mesh. | |
| TArray< TArray< int > > | StitchPolygonIDs | List of group ids / polygon ids on each triangle-strip "tube" | |
| TArray< TArray< int > > | StitchTriangles | Lists of triangle-strip "tubes" that connect each loop-pair |