IMeshUtilities::BuildStaticMeshVertexAndIndexBuffers

Windows
MacOS
Linux

References

Module

MeshUtilities

Header

/Engine/Source/Developer/MeshUtilities/Public/MeshUtilities.h

Include

#include "MeshUtilities.h"

Syntax

void BuildStaticMeshVertexAndIndexBuffers
(
    TArray< FStaticMeshBuildVertex > & OutVertices,
    TArray< TArray< uint32 > > & OutPerSectionIndices,
    TArray< int32 > & OutWedgeMap,
    const FRawMesh & RawMesh,
    const FOverlappingCorners & OverlappingCorners,
    const TMap< uint32, uint32 > & MaterialToSectionMapping,
    float ComparisonThreshold,
    FVector BuildScale,
    int32 ImportVersion
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss