Navigation
BlueprintAPI > BlueprintAPI/AssetValidation
Called to validate assets from either the UI or a commandlet. Loads the specified assets and runs all registered validators on them. Populates the message log with errors and warnings with clickable links.
Target is Editor Validator Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| struct | Asset Data List | |
| struct | In Settings | Structure passing context and settings for ValidateAssetsWithSettings |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Out Results | More detailed information about the results of the validate assets command |
| integer | Return Value | Number of assets with validation failures or warnings |