Navigation
API > API/Plugins > API/Plugins/InterchangePipelines
Description
Applies material slot dependencies stored in SlotMaterialDependencies to FactoryNode. If the caller want to support bKeepSectionSeparate feature it must provide a valid ExistingSlotMaterialDependenciesPtr.
| Name | UE::Interchange::MeshesUtilities::ApplySlotMaterialDependencies |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangePipelineMeshesUtilities.h |
| Include Path | #include "InterchangePipelineMeshesUtilities.h" |
namespace UE
{
namespace Interchange
{
namespace MeshesUtilities
{
template<class T>
void UE::Interchange::MeshesUtilities::ApplySlotMaterialDependencies
(
T & FactoryNode,
const TMap < FString , FString > & SlotMaterialDependencies,
const UInterchangeBaseNodeContainer & NodeContainer,
TMap < FString , FString > * ExistingSlotMaterialDependenciesPtr
)
}
}
}