Navigation
API > API/Plugins > API/Plugins/MutableValidation > API/Plugins/MutableValidation/MuV
Inheritance Hierarchy
- UObject
- UEditorValidatorBase
- UAssetValidator_CustomizableObjects
References
| Module | MutableValidation |
| Header | /Engine/Plugins/Mutable/Source/MutableValidation/Public/MuV/AssetValidator_CustomizableObjects.h |
| Include | #include "MuV/AssetValidator_CustomizableObjects.h" |
Syntax
UCLASS ()
class UAssetValidator_CustomizableObjects : public UEditorValidatorBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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. |
Overridden from UEditorValidatorBase
| Type | Name | Description | |
|---|---|---|---|
| bool | CanValidateAsset_Implementation
(
const FAssetData& InAssetData, |
UEditorValidatorBase. | |
| EDataValidationResult | ValidateLoadedAsset_Implementation
(
const FAssetData& InAssetData, |
Override this to validate in C++ with access to FDataValidationContext |
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 |