Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCollection
Description
Copies the contents of the Other Collection into this Collection, discarding this Collection's existing contents and leaving it in an unbuilt state.
Used for copying edits from a temporary Collection back to the persistent Collection.
Contents in this case refers to the Collection's items and its default MetaHuman Instance.
Note that some properties, such as Quality, are considered settings rather than contents and are intentionally not copied.
| Name | CopyContentsFrom |
| 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 CopyContentsFrom
(
TNotNull< const UMetaHumanCollection * > Other
)