Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
Describes an excludable sub-asset (e.g. a Groom or Clothing item) discovered within the dependency tree of a parent asset.
| Name | FMetaHumanExcludableSubAsset |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/ProjectUtilities/MetaHumanAssetManager.h |
| Include Path | #include "ProjectUtilities/MetaHumanAssetManager.h" |
Syntax
struct FMetaHumanExcludableSubAsset
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetType | EMetaHumanAssetType | The asset type of this sub-asset. | ProjectUtilities/MetaHumanAssetManager.h | |
| bIncluded | bool | Whether this sub-asset should be included in the package (default true). | ProjectUtilities/MetaHumanAssetManager.h | |
| Name | FName | Display name for UI presentation. | ProjectUtilities/MetaHumanAssetManager.h | |
| RootPackage | FName | The root package of this sub-asset. | ProjectUtilities/MetaHumanAssetManager.h |