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&40;BlueprintType&41;
struct FValidateAssetsSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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 | |
| EDataValidationUsecase | ValidationUsecase | The usecase requiring datavalidation |
Constructors
| Type | Name | Description | |
|---|---|---|---|