Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'MetaHuman Asset Description' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | MetaHuman Asset Description |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Name | The display name for the Asset. Normally the name of the Root Asset. |
| struct | Asset Data | The FAssetData describing the Root Asset |
| name | Dependent Packages | A list of all the packages included in the asset |
| enum | Asset Type | The asset type, i.e. Groom, Clothing, etc. |
| struct | Details | |
| integer | Total Size | The total size of all assets |
| object | Verification Report | If present, the verification report for this Asset |