Navigation
API > API/Plugins > API/Plugins/MutableValidation > API/Plugins/MutableValidation/MuV > API/Plugins/MutableValidation/MuV/UAssetValidator_CustomizableObje-
References
| Module | MutableValidation |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableValidation/Public/MuV/AssetValidator_CustomizableObjects.h |
| Include | #include "MuV/AssetValidator_CustomizableObjects.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableValidation/Private/MuV/AssetValidator_CustomizableObjects.cpp |
static EDataValidationResult IsCustomizableObjectValid
&40;
UCustomizableObject &42; InCustomizableObject,
TArray< FText > & OutValidationErrors,
TArray< FText > & OutValidationWarnings
&41;
Remarks
Checks the validity of the provided CustomizableObject by compiling and recalling the compilation status and the raised compilation warning and error messages. Validation result for the provided object.
Parameters
| Name | Description |
|---|---|
| InCustomizableObject | The mutable customizable object to test. |
| OutValidationErrors | A list of error messages produced during the provided customizable object's compilation. |
| OutValidationWarnings | A list of warning messages produced during the provided customizable object's compilation. |