Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeMeshLODContainerNode
Description
Validates that all MorphTargets used by LOD Index X are present and used by LOD Index X-1. In case the validation failed we report warning.
| Name | ValidateMorphTargets |
| 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 ValidateMorphTargets
(
UInterchangeBaseNodeContainer * NodeContainer,
const TMap < int32, TArray < FInterchangeLODMeshData > > & LODMeshesPerLODIndices
) const