Navigation
API > API/Plugins > API/Plugins/MutableValidation > API/Plugins/MutableValidation/MuV > API/Plugins/MutableValidation/MuV/UAssetValidator_CustomizableObje-
References
| Module | MutableValidation |
| Header | /Engine/Plugins/Mutable/Source/MutableValidation/Public/MuV/AssetValidator_CustomizableObjects.h |
| Include | #include "MuV/AssetValidator_CustomizableObjects.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableValidation/Private/MuV/AssetValidator_CustomizableObjects.cpp |
static EDataValidationResult IsCustomizableObjectValid
(
UCustomizableObject * InCustomizableObject,
TArray < FText > & OutValidationErrors,
TArray < FText > & OutValidationWarnings
)
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. |