Navigation
API > API/Runtime > API/Runtime/MeshConversion
References
| Module | MeshConversion |
| Header | /Engine/Source/Runtime/MeshConversion/Public/ToDynamicMesh.h |
| Include | #include "ToDynamicMesh.h" |
Syntax
template<typename SrcMeshType>
class TToDynamicMeshBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDateTime | Time_AfterTriangles | ||
| FDateTime | Time_AfterVertices | ||
| TArray< SrcTriIDType > | ToSrcTriIDMap | ||
| TArray< SrcVertIDType > | ToSrcVertIDMap | Mapping data captured by conversion. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Convert
(
FDynamicMesh3& MeshOut, |
Produces a DynamicMesh3 w/o attributes from the MeshIn. |
Typedefs
| Name | Description |
|---|---|
| SrcTriIDType | |
| SrcVertIDType |