Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/FMeshDescription
Description
Transfer the source polygon group data to the destination polygon group. The source data is append to the destination
| Name | TransferPolygonGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h |
| Include Path | #include "MeshDescription.h" |
| Source | /Engine/Source/Runtime/MeshDescription/Private/MeshDescription.cpp |
void TransferPolygonGroup
(
FPolygonGroupID SourceID,
FPolygonGroupID DestinationID
)