Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor > API/Plugins/MetaHumanSDKEditor/UMetaHumanAssetManager
Description
Identifies excludable sub-assets (Grooms, Clothing) within the dependency tree of a parent asset. Must be called after UpdateAssetDependencies.
| Name | FindExcludableSubAssets |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/ProjectUtilities/MetaHumanAssetManager.h |
| Include Path | #include "ProjectUtilities/MetaHumanAssetManager.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Private/ProjectUtilities/MetaHumanAssetManager.cpp |
static TArray < FMetaHumanExcludableSubAsset > FindExcludableSubAssets
(
const FMetaHumanAssetDescription & Asset
)
Array of excludable sub-assets found in the dependency tree
Parameters
| Name | Remarks |
|---|---|
| Asset | The parent asset whose dependencies have been computed |