FMeshMergeDataTracker::FindRawMeshAndLODIndex

Tries to retrieve a [FMeshDescription](API\Runtime\MeshDescription\FMeshDescription) and returns the LOD index it found an entry for

Windows
MacOS
Linux

References

Module

MeshMergeUtilities

Header

/Engine/Source/Developer/MeshMergeUtilities/Public/MeshMergeDataTracker.h

Include

#include "MeshMergeDataTracker.h"

Source

/Engine/Source/Developer/MeshMergeUtilities/Private/MeshMergeDataTracker.cpp

Syntax

FMeshDescription * FindRawMeshAndLODIndex
(
    int32 MeshIndex,
    int32 & OutLODIndex
)

Remarks

Tries to retrieve a FMeshDescription and returns the LOD index it found an entry for

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