RetrieveMeshDescription

Overload list

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

  Type Name Description
Public function Const void

RetrieveMeshDescription ( const UStaticMesh* InStaticMesh,
int32 LODIndex,
FMeshDescription& InOutMeshDescription
)

Extract mesh data in FMeshDescription form from the provided static mesh
Public function Const void

RetrieveMeshDescription ( const UStaticMeshComponent* InStaticMeshComponent,
int32 LODIndex,
FMeshDescription& InOutMeshDescription,
bool bPropagateVertexColours
)

Extract mesh data in FMeshDescription form from the provided static mesh component
Public function Const void

RetrieveMeshDescription ( const USkeletalMeshComponent* InSkeletalMeshComponent,
int32 LODIndex,
FMeshDescription& InOutMeshDescription,
bool bPropagateVertexColours
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page