Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanInstance
Description
Copies the contents of the Other Instance into this Instance, discarding this Instance's existing contents and leaving it in an unassembled state.
Used for copying edits from a temporary Instance back to the persistent Instance.
Contents in this case refers to the Instance's slot selections and Instance parameters.
This instance will be set to point to the Other Instance's Collection. If this is not desired you can call SetMetaHumanCollection afterwards to change it.
| Name | CopyContentsFrom |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanInstance.h |
| Include Path | #include "MetaHumanInstance.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanInstance.cpp |
void CopyContentsFrom
(
TNotNull< const UMetaHumanInstance * > Other
)