 |
bool |
bCaptureAssetLoadLogs |
If true, captures log warnings and errors from loading assets for validation and reports them as validation results |
 |
bool |
bCaptureLogsDuringValidation |
If true, captures log warnings and errors from other operations that happen during validation and adds them to validation results |
 |
bool |
bCaptureWarningsDuringValidationAsErrors |
If true, captured log warnings during validation are added to the validation results as errors (requires bCaptureLogsDuringValidation) |
 |
bool |
bCollectPerAssetDetails |
If true, will add an FValidateAssetsDetails for each asset to the results |
 |
bool |
bLoadAssetsForValidation |
If false, unloaded assets will get skipped from validation. |
 |
bool |
bShowIfNoFailures |
If true, will add notifications for files with no validation and display even if everything passes |
 |
bool |
bSilent |
Show progress window |
 |
bool |
bSkipExcludedDirectories |
If true, will not validate files in excluded directories |
 |
bool |
bValidateReferencersOfDeletedAssets |
Should we validate referencers of deleted assets in changelists |
 |
int32 |
MaxAssetsToValidate |
Maximum number of assets to attempt to validate |
 |
FText |
MessageLogPageTitle |
Title of message log page to use for warnings/errors/etc |
 |
TOptional< EMessageSeverity::Type > |
ShowMessageLogSeverity |
Minimum severity of validation messages to make the message log visible after validation. |
 |
EDataValidationUsecase |
ValidationUsecase |
The usecase requiring datavalidation |