Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FOffsetMeshRegion
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/OffsetMeshRegion.h |
| Include | #include "Operations/OffsetMeshRegion.h" |
Syntax
struct FOffsetInfo
Remarks
Outputs Offset information for a single connected component
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FEdgeLoop > | BaseLoops | Initial loops on the mesh | |
| bool | bIsSolid | If true, full region was thickened into a solid | |
| TArray< int32 > | OffsetGroups | Groups on offset faces. These IDs will be the same as the original groups in the region. | |
| TArray< FEdgeLoop > | OffsetLoops | Offset loops on the mesh. | |
| TArray< int32 > | OffsetTids | Set of triangles for this region. These will be the same Tids that were originally in the region. | |
| 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 |