Navigation
API > API/Plugins > API/Plugins/MetaHumanDefaultEditorPipeline > API/Plugins/MetaHumanDefaultEditorPipeline/UMetaHumanDefaultEditorPipelineU-
Description
Gather dependencies of the generated assets so they can be unpacked in the target folder of the pipeline. Dependencies are added as metadata in InGeneratedAssets to be unpacked later
| Name | UnpackCommonDependencies |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanDefaultEditorPipeline/Public/MetaHumanDefaultEditorPipelineUEFN.h |
| Include Path | #include "MetaHumanDefaultEditorPipelineUEFN.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanDefaultEditorPipeline/Private/MetaHumanDefaultEditorPipelineUEFN.cpp |
void UnpackCommonDependencies
(
TArray < UObject * > InRootObjects,
TNotNull< const class UMetaHumanCollection * > InCollection,
TMap < UObject *, UObject * > & OutDuplicatedRootObjects
) const