Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor > API/Plugins/MetaHumanCharacterEditor/IMetaHumanImportToolFeature
Description
Creates the scrollable content widget shown in the tool's panel. Do NOT include an Apply button — it is provided by the host framework.
| Name | CreateContent |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/Tools/MetaHumanImportToolFeature.h |
| Include Path | #include "Tools/MetaHumanImportToolFeature.h" |
TSharedRef < SWidget > CreateContent
(
UMetaHumanCharacterExternalImportTool * Tool
) const