Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FUniformTessellate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUniformTessellate
(
FDynamicMesh3* OutMesh |
Tessellate the mesh inplace. | Operations/UniformTessellate.h | |
FUniformTessellate
(
const FDynamicMesh3* Mesh, |
Tessellate the mesh and write the result into another mesh. | Operations/UniformTessellate.h |
FUniformTessellate(FDynamicMesh3 *)
Description
Tessellate the mesh inplace. If the tessellation fails or the user cancelled the operation, OutMesh will not be changed.
| Name | FUniformTessellate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/UniformTessellate.h |
| Include Path | #include "Operations/UniformTessellate.h" |
FUniformTessellate
(
FDynamicMesh3 * OutMesh
)
FUniformTessellate(const FDynamicMesh3 , FDynamicMesh3 )
Description
Tessellate the mesh and write the result into another mesh. This will overwrite any data stored in the OutMesh.
| Name | FUniformTessellate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/UniformTessellate.h |
| Include Path | #include "Operations/UniformTessellate.h" |
FUniformTessellate
(
const FDynamicMesh3 * Mesh,
FDynamicMesh3 * OutMesh
)