Navigation
API > API/Runtime > API/Runtime/MeshConversion > API/Runtime/MeshConversion/TToDynamicMesh
References
| Module | MeshConversion |
| Header | /Engine/Source/Runtime/MeshConversion/Public/ToDynamicMesh.h |
| Include | #include "ToDynamicMesh.h" |
void PopulateOverlays
(
FDynamicMesh3 & MeshOut,
const SrcMeshType & MeshIn,
TFunctionRef < int32 &SrcTrID)> MaterialIDFunction,
bool bCopyTangents
)
Remarks
Populates overlays for UVs, Normal, Color, Material ID. Also Tangent and BiTangent if bCopyTangents == true. NB: This does not copy any polygroup information.