Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCollectionEditorPipeli-
Description
Returns true if the Collection is in a valid state to be built.
Implementations may modify this pipeline instance or the Collection to automatically fix configuration errors. They may also show interactive UI when FApp::IsUnattended() returns false.
If this function returns false, the build will be aborted.
| Name | ValidateCollection |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollectionEditorPipeline.h |
| Include Path | #include "MetaHumanCollectionEditorPipeline.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCollectionEditorPipeline.cpp |
virtual bool ValidateCollection
(
TNotNull< UMetaHumanCollection * > Collection
)