Navigation
API > API/Plugins > API/Plugins/DataValidation
References
| Module | DataValidation |
| Header | /Engine/Plugins/Editor/DataValidation/Source/DataValidation/Public/EditorValidatorSubsystem.h |
| Include | #include "EditorValidatorSubsystem.h" |
Syntax
USTRUCT (BlueprintType )
struct FValidateAssetsSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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 | 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 | 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 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|