Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Selections > API/Plugins/DynamicMesh/Selections/FQuadGridPatch
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/QuadGridPatch.h |
| Include | #include "Selections/QuadGridPatch.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Selections/QuadGridPatch.cpp |
bool AppendQuadPatchRows
&40;
FQuadGridPatch && NextPatch,
bool bChecked
&41;
Remarks
Append the rows of NextPatch to the rows of the current QuadGrid. NextPatch must have the same number of vertex-columns as this Patch. Requires that the last vertex-row of this Patch be the same as the first vertex-row of NextPatch. true if append succeeded
Parameters
| Name | Description |
|---|---|
| bChecked | if true, function verifies requirements and returns false if a mismatch is detected |