FMeshMergeDataTracker::FindRawMeshAndLODIndex

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

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

References

   
Module MeshMergeUtilities
Header /Engine/Source/Developer/MeshMergeUtilities/Public/MeshMergeDataTracker.h
Include #include "MeshMergeDataTracker.h"
Source /Engine/Source/Developer/MeshMergeUtilities/Private/MeshMergeDataTracker.cpp
[FMeshDescription](API\Runtime\MeshDescription\FMeshDescription) * FindRawMeshAndLODIndex
(
    int32 MeshIndex,
    int32 & OutLODIndex
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library