Navigation
API > API/Plugins > API/Plugins/MutableValidation > API/Plugins/MutableValidation/MuV
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEditorValidatorBase
- UAssetValidator_CustomizableObjects
References
| Module | MutableValidation |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableValidation/Public/MuV/AssetValidator_CustomizableObjects.h |
| Include | #include "MuV/AssetValidator_CustomizableObjects.h" |
Syntax
UCLASS&40;&41;
class UAssetValidator_CustomizableObjects : public UEditorValidatorBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanValidate_Implementation
(
const EDataValidationUsecase InUsecase |
UEditorValidatorBase. | |
| bool | CanValidateAsset_Implementation
(
UObject* InAsset |
||
| EDataValidationResult | IsCustomizableObjectValid
(
UCustomizableObject* InCustomizableObject, |
Checks the validity of the provided CustomizableObject by compiling and recalling the compilation status and the raised compilation warning and error messages. | |
| EDataValidationResult | ValidateLoadedAsset_Implementation
(
UObject* InAsset, |
Constants
| Name | Description |
|---|---|
| AlreadyValidatedRootObjects | Collection with all root objects tested during this IsDataValidRun. Shared with all COs |
| OnPostCOValidationHandle | Cached handle to be able later to remove the bound method from the FEditorDelegates::OnPostAssetValidation delegate |