Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FGroupEdgeInserter
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/GroupEdgeInserter.h |
| Include | #include "Operations/GroupEdgeInserter.h" |
Syntax
struct FOptionalOutputParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< int32 > * | ChangedTidsOut | Any triangle IDs whose triangles were deleted or changed by the operation (but not newly created tids). | |
| TSet< int32 > * | NewEidsOut | Edge IDs of the edges composing the newly inserted group edges. | |
| TSet< int32 > * | ProblemGroupEdgeIDsOut | In loop insertion, the group edge IDs in the original topology that surround non-quad-like groups that stopped the loop. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Some compilers (clang, at least) have issues with using a nested class with default initializers and a default constructor as default argument in a function, hence this constructor. |