Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterPalette
Description
Copies the contents of the Other palette into this palette, discarding this palette's existing contents.
Used for setting up a palette to match another palette as closely as possible.
Should give a near-identical result to DuplicateObject on Other, except that it updates this object in place instead of creating a new object.
| Name | CopyContentsFromPalette |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCharacterPalette.h |
| Include Path | #include "MetaHumanCharacterPalette.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCharacterPalette.cpp |
void CopyContentsFromPalette
(
TNotNull< const UMetaHumanCharacterPalette * > Other
)