Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FDataValidationContext
Description
Returns whether the asset currently being validation was loaded specifically for the purposes of validation Otherwise it was already loaded before validation started Default valid is false so that validators can attempt to reload asset to verify on-disk state/load process if unsure. If true, allows that duplicate work to be skipped in some context.
| Name | WasAssetLoadedForValidation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/DataValidation.h |
| Include Path | #include "Misc/DataValidation.h" |
bool WasAssetLoadedForValidation() const