Navigation
BlueprintAPI > BlueprintAPI/Assembly
@brief Checks if MetaHuman character is ready for assembly.
If the character is not ready a message with the reason why can be printed in the logs using bInLogError.
Target is MetaHuman Character Editor Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | In Character | The character to verify |
| boolean | In Log Error | Set to log an error message if the character can't be built |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if the character can be built and false otherwise |