IMeshMergeUtilities::RetrieveMeshDescription

Extract mesh data in [FMeshDescription](API\Runtime\MeshDescription\FMeshDescription) form from the provided static mesh component

Unreal Engine C++ API Reference > Developer > MeshMergeUtilities > IMeshMergeUtilities > RetrieveMeshDescription

References

   
Module MeshMergeUtilities
Header /Engine/Source/Developer/MeshMergeUtilities/Public/IMeshMergeUtilities.h
Include #include "IMeshMergeUtilities.h"
void RetrieveMeshDescription
(
    const [UStaticMeshComponent](API\Runtime\Engine\Components\UStaticMeshComponent) * InStaticMeshComponent,
    int32 LODIndex,
    [FMeshDescription](API\Runtime\MeshDescription\FMeshDescription) & InOutMeshDescription,
    bool bPropagateVertexColours
) const

Remarks

Extract mesh data in FMeshDescription form from the provided static mesh component


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library