Navigation
API > API/Plugins > API/Plugins/InterchangePipelines
References
| Module | InterchangePipelines |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangePipelineMeshesUtilities.h |
| Include | #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
)
}
}
}
Remarks
Applies material slot dependencies stored in SlotMaterialDependencies to FactoryNode. If the caller want to support bKeepSectionSeparate feature it must provide a valid ExistingSlotMaterialDependenciesPtr.