Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeMeshLODContainerNode
Description
Gets all LOD Meshes (MeshUID+Transform) per LOD Indices. We only use the MeshUid and Transform attributes from FInterchangeLODMeshData.
| Name | GetLODMeshDataPerLODIndices |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeMeshLODContainerNode.h |
| Include Path | #include "InterchangeMeshLODContainerNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Private/InterchangeMeshLODContainerNode.cpp |
void GetLODMeshDataPerLODIndices
(
TMap < int32, TArray < FInterchangeLODMeshData > > & OutLODMeshesPerLODIndices
) const