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 FValidateAssetsResults
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, FValidateAssetsDetails > | AssetsDetails | Per asset details Indexed by object path Only returned if FValidateAssetsSettings::bCollectPerAssetDetails is true. | |
| int | NumChecked | Amount of tested assets | |
| int | NumInvalid | Amount of assets with errors | |
| 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 |
Constructors
| Type | Name | Description | |
|---|---|---|---|