Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCollection
Description
Moves any built assets stored within this Collection to their own asset packages, making them standalone assets that can be referenced from other objects.
The Collection can still be used as normal after this, as it will still reference the unpacked assets as it did before they were unpacked.
| Name | UnpackAssets |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollection.h |
| Include Path | #include "MetaHumanCollection.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCollection.cpp |
void UnpackAssets
(
const FOnMetaHumanCharacterAssetsUnpacked & OnComplete
)