unreal.DataValidationResult
¶
- class unreal.DataValidationResult¶
Bases:
EnumBase
Enum used by DataValidation plugin to see if an asset has been validated for correctness (mirrored in UObjectGlobals.h)
C++ Source:
Module: CoreUObject
File: NoExportTypes.h
- INVALID: DataValidationResult¶
Asset has failed validation
- Type:
0
- NOT_VALIDATED: DataValidationResult¶
Asset has not yet been validated
- Type:
2
- VALID: DataValidationResult¶
Asset has passed validation
- Type:
1