 |
TMap< FString, FValidateAssetsDetails > |
AssetsDetails |
Per asset details Indexed by object path Only returned if FValidateAssetsSettings::bCollectPerAssetDetails is true. |
 |
bool |
bAssetLimitReached |
True if FValidateAssetSettings::MaxAssetsToValidation was reached |
 |
int |
NumChecked |
Amount of tested assets |
 |
int |
NumInvalid |
Amount of assets with errors |
 |
int |
NumRequested |
Total amount of assets that were gathered to validate. |
 |
int |
NumSkipped |
Amount of assets skipped |
 |
int |
NumUnableToValidate |
Amount of assets that could not be validated |
 |
int |
NumValid |
Amount of assets without errors or warnings |
 |
int |
NumWarnings |
Amount of assets with warnings |