FStaticMeshOperations::ConvertToRawMesh

Convert this mesh description into the old [FRawMesh](API\Runtime\RawMesh\FRawMesh) format.

Windows
MacOS
Linux

References

Module

StaticMeshDescription

Header

/Engine/Source/Runtime/StaticMeshDescription/Public/StaticMeshOperations.h

Include

#include "StaticMeshOperations.h"

Source

/Engine/Source/Runtime/StaticMeshDescription/Private/StaticMeshOperations.cpp

Syntax

static void ConvertToRawMesh
(
    const FMeshDescription & SourceMeshDescription,
    FRawMesh & DestinationRawMesh,
    const TMap< FName, int32 > & MaterialMap
)

Remarks

Convert this mesh description into the old FRawMesh format.

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