Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor > API/Plugins/MetaHumanCharacterEditor/UMetaHumanCharacterEditorSubsyst-
Description
Removes all data that is not needed to be in the character to make it a preset. Removes any stored textures and rigs. The caller is responsible for making sure the character is not opened for edit, returns false if the conversion failed
| Name | RemoveTexturesAndRigs |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/MetaHumanCharacterEditorSubsystem.h |
| Include Path | #include "MetaHumanCharacterEditorSubsystem.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Private/MetaHumanCharacterEditorSubsystem.cpp |
bool RemoveTexturesAndRigs
(
TNotNull< UMetaHumanCharacter * > InCharacter
)