Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FQuadGridPatch
Description
Map a row and column index pair into a single int32. 11 Bits are available for the row, and 20 for the column
| Name | EncodeRowColumnIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/QuadGridPatch.h |
| Include Path | #include "Selections/QuadGridPatch.h" |
int32 EncodeRowColumnIndex
(
int32 Row,
int32 Column
) const