Navigation
API > API/Runtime > API/Runtime/MeshConversion > API/Runtime/MeshConversion/FMeshDescriptionToDynamicMesh
References
| Module | MeshConversion |
| Header | /Engine/Source/Runtime/MeshConversion/Public/MeshDescriptionToDynamicMesh.h |
| Include | #include "MeshDescriptionToDynamicMesh.h" |
| Source | /Engine/Source/Runtime/MeshConversion/Private/MeshDescriptionToDynamicMesh.cpp |
void Convert
&40;
const FMeshDescription &42; MeshIn,
FDynamicMesh3 & MeshOut,
bool bCopyTangents
&41;
Remarks
Default conversion of MeshDescription to DynamicMesh
Parameters
| Name | Description |
|---|---|
| bCopyTangents | if bDisableAttributes is false, this requests the tangent plane vectors (tangent and bitangent) be stored as overlays in the MeshOut DynamicAttributeSet, provided they exist on the MeshIn |