FMeshMergeDataTracker::TryFindRawMeshForLOD

Tries to retrieve a [FMeshDescription](API\Runtime\MeshDescription\FMeshDescription) for the given mesh and LOD index, if it can't it will try to find an entry for each LOD levle below InOutDesiredLODIndex

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) * TryFindRawMeshForLOD
(
    int32 MeshIndex,
    int32 & InOutDesiredLODIndex
)

Remarks

Tries to retrieve a FMeshDescription for the given mesh and LOD index, if it can't it will try to find an entry for each LOD levle below InOutDesiredLODIndex


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library