unreal.DataValidationResult

class unreal.DataValidationResult

Bases: unreal.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

Asset has failed validation

Type

0

NOT_VALIDATED

Asset has not yet been validated

Type

2

VALID

Asset has passed validation

Type

1